Html Css Color HEX #30ABAF Light Sea Green

📋 copy color: '#30ABAF'

red 48 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #30ABAF

Tints of Light Sea Green #30ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 12.18%
G = 43.4%
B = 44.42%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#30ABAF (or 0x30ABAF) is known color: Light Sea Green. HEX triplet: 30, AB and AF. RGB value is (48,171,175). Sum of RGB (Red+Green+Blue) = 48+171+175=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #30ABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ABAF is #CF5450. Grayscale: #868686. Windows color (decimal): -13587537 or 11512624. OLE color: 11512624.

HSL color Cylindrical-coordinate representation of color #30ABAF: hue angle of 181.89º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30ABAF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 171 175 -
CMYK 0.73 0.02 0 0.31
HSL 181.89º 0.57% 0.44% -
HSV(B) 181.89º 0.73% 0.69% -
XYZ 23.52 32.85 45.66 -
YUV 134.68 150.75 66.17 -
System Red Green Blue C M Y K H S L
Decimal 48 171 175 0.73 0.02 0 0.31 181.89 0.57 0.44
Hex 30 AB AF 49 2 0 1F B6 39 2C
Octal 60 253 257 111 2 0 37 266 71 54
Binary 110000 10101011 10101111 1001001 10 0 11111 10110110 111001 101100

Color Harmonies of #30ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABAF

Black with #30ABAF

Text Example


Text Example

White with #30ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,175); }

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

background-color css

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

 a { background-color: rgb(48,171,175); }

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

border-color css

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

 span { border-color: rgb(48,171,175); }

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