Html Css Color HEX #0DA8AC Light Sea Green

📋 copy color: '#0DA8AC'

red 13 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #0DA8AC

Tints of Light Sea Green #0DA8AC

RGB

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

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

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

R = 3.68%
G = 47.59%
B = 48.73%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0DA8AC (or 0x0DA8AC) is known color: Light Sea Green. HEX triplet: 0D, A8 and AC. RGB value is (13,168,172). Sum of RGB (Red+Green+Blue) = 13+168+172=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #0DA8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA8AC is #F25753. Grayscale: #797979. Windows color (decimal): -15882068 or 11315213. OLE color: 11315213.

HSL color Cylindrical-coordinate representation of color #0DA8AC: hue angle of 181.51º 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 #0DA8AC is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 168 172 -
CMYK 0.92 0.02 0 0.33
HSL 181.51º 0.86% 0.36% -
HSV(B) 181.51º 0.92% 0.67% -
XYZ 21.62 31.07 43.89 -
YUV 122.11 156.15 50.17 -
System Red Green Blue C M Y K H S L
Decimal 13 168 172 0.92 0.02 0 0.33 181.51 0.86 0.36
Hex D A8 AC 5C 2 0 21 B6 56 24
Octal 15 250 254 134 2 0 41 266 126 44
Binary 1101 10101000 10101100 1011100 10 0 100001 10110110 1010110 100100

Color Harmonies of #0DA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8AC

Black with #0DA8AC

Text Example


Text Example

White with #0DA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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