Html Css Color HEX #0DABAE Light Sea Green

📋 copy color: '#0DABAE'

red 13 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #0DABAE

Tints of Light Sea Green #0DABAE

RGB

 RED value IS 13 (5.47% from 255) = 3.63%

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

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

R = 3.63%
G = 47.77%
B = 48.6%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DABAE (or 0x0DABAE) is known color: Light Sea Green. HEX triplet: 0D, AB and AE. RGB value is (13,171,174). Sum of RGB (Red+Green+Blue) = 13+171+174=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #0DABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABAE is #F25451. Grayscale: #7B7B7B. Windows color (decimal): -15881298 or 11447053. OLE color: 11447053.

HSL color Cylindrical-coordinate representation of color #0DABAE: hue angle of 181.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DABAE is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 171 174 -
CMYK 0.93 0.02 0 0.32
HSL 181.12º 0.86% 0.37% -
HSV(B) 181.12º 0.93% 0.68% -
XYZ 22.37 32.27 45.09 -
YUV 124.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 13 171 174 0.93 0.02 0 0.32 181.12 0.86 0.37
Hex D AB AE 5D 2 0 20 B5 56 25
Octal 15 253 256 135 2 0 40 265 126 45
Binary 1101 10101011 10101110 1011101 10 0 100000 10110101 1010110 100101

Color Harmonies of #0DABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABAE

Black with #0DABAE

Text Example


Text Example

White with #0DABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,174); }

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

background-color css

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

 a { background-color: rgb(13,171,174); }

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

border-color css

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

 span { border-color: rgb(13,171,174); }

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