Html Css Color HEX #0DABAA Light Sea Green

📋 copy color: '#0DABAA'

red 13 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #0DABAA

Tints of Light Sea Green #0DABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 3.67%
G = 48.31%
B = 48.02%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0DABAA (or 0x0DABAA) is known color: Light Sea Green. HEX triplet: 0D, AB and AA. RGB value is (13,171,170). Sum of RGB (Red+Green+Blue) = 13+171+170=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #0DABAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABAA is #F25455. Grayscale: #7B7B7B. Windows color (decimal): -15881302 or 11184909. OLE color: 11184909.

HSL color Cylindrical-coordinate representation of color #0DABAA: hue angle of 179.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DABAA is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 171 170 -
CMYK 0.92 0 0.01 0.33
HSL 179.62º 0.86% 0.36% -
HSV(B) 179.62º 0.92% 0.67% -
XYZ 21.98 32.11 43.07 -
YUV 123.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 13 171 170 0.92 0 0.01 0.33 179.62 0.86 0.36
Hex D AB AA 5C 0 1 21 B4 56 24
Octal 15 253 252 134 0 1 41 264 126 44
Binary 1101 10101011 10101010 1011100 0 1 100001 10110100 1010110 100100

Color Harmonies of #0DABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABAA

Black with #0DABAA

Text Example


Text Example

White with #0DABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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