Html Css Color HEX #0ABBAE Light Sea Green

📋 copy color: '#0ABBAE'

red 10 ◦ green 187 ◦ blue 174

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

Shades of Light Sea Green #0ABBAE

Tints of Light Sea Green #0ABBAE

RGB

 RED value IS 10 (4.3% from 255) = 2.7%

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 2.7%
G = 50.4%
B = 46.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#0ABBAE (or 0x0ABBAE) is known color: Light Sea Green. HEX triplet: 0A, BB and AE. RGB value is (10,187,174). Sum of RGB (Red+Green+Blue) = 10+187+174=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABBAE is #F54451. Grayscale: #848484. Windows color (decimal): -16073810 or 11451146. OLE color: 11451146.

HSL color Cylindrical-coordinate representation of color #0ABBAE: hue angle of 175.59º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBAE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 187 174 -
CMYK 0.95 0 0.07 0.27
HSL 175.59º 0.9% 0.39% -
HSV(B) 175.59º 0.95% 0.73% -
XYZ 25.54 38.66 46.16 -
YUV 132.6 151.36 40.56 -
System Red Green Blue C M Y K H S L
Decimal 10 187 174 0.95 0 0.07 0.27 175.59 0.9 0.39
Hex A BB AE 5F 0 7 1B B0 5A 27
Octal 12 273 256 137 0 7 33 260 132 47
Binary 1010 10111011 10101110 1011111 0 111 11011 10110000 1011010 100111

Color Harmonies of #0ABBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABBAE

Black with #0ABBAE

Text Example


Text Example

White with #0ABBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABBAE; }

 p { color: rgb(10,187,174); }

 H1.HeaderClassName
 {
   color: #0ABBAE;
 }
 .AnyTagClassName
 {
   color: #0ABBAE;
 }
</style>

background-color css

<style>
 a { background-color: #0ABBAE; }

 a { background-color: rgb(10,187,174); }

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

border-color css

<style>
 span { border-color: #0ABBAE; }

 span { border-color: rgb(10,187,174); }

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