Html Css Color HEX #0ABDAC Light Sea Green

📋 copy color: '#0ABDAC'

red 10 ◦ green 189 ◦ blue 172

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

Shades of Light Sea Green #0ABDAC

Tints of Light Sea Green #0ABDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.94%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 2.7%
G = 50.94%
B = 46.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#0ABDAC (or 0x0ABDAC) is known color: Light Sea Green. HEX triplet: 0A, BD and AC. RGB value is (10,189,172). Sum of RGB (Red+Green+Blue) = 10+189+172=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDAC is #F54253. Grayscale: #858585. Windows color (decimal): -16073300 or 11320586. OLE color: 11320586.

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

Color convert

RGB 10 189 172 -
CMYK 0.95 0 0.09 0.26
HSL 174.3º 0.9% 0.39% -
HSV(B) 174.3º 0.95% 0.74% -
XYZ 25.77 39.44 45.28 -
YUV 133.54 149.7 39.88 -
System Red Green Blue C M Y K H S L
Decimal 10 189 172 0.95 0 0.09 0.26 174.3 0.9 0.39
Hex A BD AC 5F 0 9 1A AE 5A 27
Octal 12 275 254 137 0 11 32 256 132 47
Binary 1010 10111101 10101100 1011111 0 1001 11010 10101110 1011010 100111

Color Harmonies of #0ABDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDAC

Black with #0ABDAC

Text Example


Text Example

White with #0ABDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,172); }

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

background-color css

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

 a { background-color: rgb(10,189,172); }

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

border-color css

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

 span { border-color: rgb(10,189,172); }

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