Html Css Color HEX #0ABDB2 Light Sea Green

📋 copy color: '#0ABDB2'

red 10 ◦ green 189 ◦ blue 178

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

Shades of Light Sea Green #0ABDB2

Tints of Light Sea Green #0ABDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 2.65%
G = 50.13%
B = 47.21%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#0ABDB2 (or 0x0ABDB2) is known color: Light Sea Green. HEX triplet: 0A, BD and B2. RGB value is (10,189,178). Sum of RGB (Red+Green+Blue) = 10+189+178=377 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABDB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABDB2 is #F5424D. Grayscale: #868686. Windows color (decimal): -16073294 or 11713802. OLE color: 11713802.

HSL color Cylindrical-coordinate representation of color #0ABDB2: hue angle of 176.31º 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 #0ABDB2 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 189 178 -
CMYK 0.95 0 0.06 0.26
HSL 176.31º 0.9% 0.39% -
HSV(B) 176.31º 0.95% 0.74% -
XYZ 26.36 39.67 48.39 -
YUV 134.23 152.7 39.39 -
System Red Green Blue C M Y K H S L
Decimal 10 189 178 0.95 0 0.06 0.26 176.31 0.9 0.39
Hex A BD B2 5F 0 6 1A B0 5A 27
Octal 12 275 262 137 0 6 32 260 132 47
Binary 1010 10111101 10110010 1011111 0 110 11010 10110000 1011010 100111

Color Harmonies of #0ABDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDB2

Black with #0ABDB2

Text Example


Text Example

White with #0ABDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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