Html Css Color HEX #30BAB5 Light Sea Green

📋 copy color: '#30BAB5'

red 48 ◦ green 186 ◦ blue 181

#30BAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30BAB5

Tints of Light Sea Green #30BAB5

RGB

 RED value IS 48 (19.14% from 255) = 11.57%

 GREEN value IS 186 (73.05% from 255) = 44.82%

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 11.57%
G = 44.82%
B = 43.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30BAB5 (or 0x30BAB5) is known color: Light Sea Green. HEX triplet: 30, BA and B5. RGB value is (48,186,181). Sum of RGB (Red+Green+Blue) = 48+186+181=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #30BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAB5 is #CF454A. Grayscale: #909090. Windows color (decimal): -13583691 or 11909680. OLE color: 11909680.

HSL color Cylindrical-coordinate representation of color #30BAB5: hue angle of 177.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BAB5 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 181 -
CMYK 0.74 0 0.03 0.27
HSL 177.83º 0.59% 0.46% -
HSV(B) 177.83º 0.74% 0.73% -
XYZ 27.12 39.08 49.83 -
YUV 144.17 148.78 59.41 -
System Red Green Blue C M Y K H S L
Decimal 48 186 181 0.74 0 0.03 0.27 177.83 0.59 0.46
Hex 30 BA B5 4A 0 3 1B B2 3B 2E
Octal 60 272 265 112 0 3 33 262 73 56
Binary 110000 10111010 10110101 1001010 0 11 11011 10110010 111011 101110

Color Harmonies of #30BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAB5

Black with #30BAB5

Text Example


Text Example

White with #30BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BAB5; }

 p { color: rgb(48,186,181); }

 H1.HeaderClassName
 {
   color: #30BAB5;
 }
 .AnyTagClassName
 {
   color: #30BAB5;
 }
</style>

background-color css

<style>
 a { background-color: #30BAB5; }

 a { background-color: rgb(48,186,181); }

 div.DivClassName
 {
   background-color: #30BAB5;
 }
 .BgClassName
 {
   background-color: #30BAB5;
 }
</style>

border-color css

<style>
 span { border-color: #30BAB5; }

 span { border-color: rgb(48,186,181); }

 td.TdClassName
 {
   border-color: #30BAB5;
 }
 .TagClassName
 {
   border-color: #30BAB5;
 }
</style>