Html Css Color HEX #0DA8AE Light Sea Green

📋 copy color: '#0DA8AE'

red 13 ◦ green 168 ◦ blue 174

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

Shades of Light Sea Green #0DA8AE

Tints of Light Sea Green #0DA8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

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

R = 3.66%
G = 47.32%
B = 49.01%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DA8AE (or 0x0DA8AE) is known color: Light Sea Green. HEX triplet: 0D, A8 and AE. RGB value is (13,168,174). Sum of RGB (Red+Green+Blue) = 13+168+174=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #0DA8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA8AE is #F25751. Grayscale: #7A7A7A. Windows color (decimal): -15882066 or 11446285. OLE color: 11446285.

HSL color Cylindrical-coordinate representation of color #0DA8AE: hue angle of 182.24º 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 #0DA8AE is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 168 174 -
CMYK 0.93 0.03 0 0.32
HSL 182.24º 0.86% 0.37% -
HSV(B) 182.24º 0.93% 0.68% -
XYZ 21.81 31.15 44.91 -
YUV 122.34 157.15 50.01 -
System Red Green Blue C M Y K H S L
Decimal 13 168 174 0.93 0.03 0 0.32 182.24 0.86 0.37
Hex D A8 AE 5D 3 0 20 B6 56 25
Octal 15 250 256 135 3 0 40 266 126 45
Binary 1101 10101000 10101110 1011101 11 0 100000 10110110 1010110 100101

Color Harmonies of #0DA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8AE

Black with #0DA8AE

Text Example


Text Example

White with #0DA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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