Html Css Color HEX #0ABAAF Light Sea Green

📋 copy color: '#0ABAAF'

red 10 ◦ green 186 ◦ blue 175

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

Shades of Light Sea Green #0ABAAF

Tints of Light Sea Green #0ABAAF

RGB

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

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

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

R = 2.7%
G = 50.13%
B = 47.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#0ABAAF (or 0x0ABAAF) is known color: Light Sea Green. HEX triplet: 0A, BA and AF. RGB value is (10,186,175). Sum of RGB (Red+Green+Blue) = 10+186+175=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABAAF is #F54550. Grayscale: #838383. Windows color (decimal): -16074065 or 11516426. OLE color: 11516426.

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

Color convert

RGB 10 186 175 -
CMYK 0.95 0 0.06 0.27
HSL 176.25º 0.9% 0.38% -
HSV(B) 176.25º 0.95% 0.73% -
XYZ 25.42 38.28 46.61 -
YUV 132.12 152.19 40.89 -
System Red Green Blue C M Y K H S L
Decimal 10 186 175 0.95 0 0.06 0.27 176.25 0.9 0.38
Hex A BA AF 5F 0 6 1B B0 5A 26
Octal 12 272 257 137 0 6 33 260 132 46
Binary 1010 10111010 10101111 1011111 0 110 11011 10110000 1011010 100110

Color Harmonies of #0ABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABAAF

Black with #0ABAAF

Text Example


Text Example

White with #0ABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,186,175); }

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

background-color css

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

 a { background-color: rgb(10,186,175); }

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

border-color css

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

 span { border-color: rgb(10,186,175); }

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