Html Css Color HEX #0DA6AC Light Sea Green

📋 copy color: '#0DA6AC'

red 13 ◦ green 166 ◦ blue 172

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

Shades of Light Sea Green #0DA6AC

Tints of Light Sea Green #0DA6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.29%

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

R = 3.7%
G = 47.29%
B = 49%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0DA6AC (or 0x0DA6AC) is known color: Light Sea Green. HEX triplet: 0D, A6 and AC. RGB value is (13,166,172). Sum of RGB (Red+Green+Blue) = 13+166+172=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #0DA6AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA6AC is #F25953. Grayscale: #787878. Windows color (decimal): -15882580 or 11314701. OLE color: 11314701.

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

Color convert

RGB 13 166 172 -
CMYK 0.92 0.03 0 0.33
HSL 182.26º 0.86% 0.36% -
HSV(B) 182.26º 0.92% 0.67% -
XYZ 21.25 30.34 43.77 -
YUV 120.94 156.81 51.01 -
System Red Green Blue C M Y K H S L
Decimal 13 166 172 0.92 0.03 0 0.33 182.26 0.86 0.36
Hex D A6 AC 5C 3 0 21 B6 56 24
Octal 15 246 254 134 3 0 41 266 126 44
Binary 1101 10100110 10101100 1011100 11 0 100001 10110110 1010110 100100

Color Harmonies of #0DA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA6AC

Black with #0DA6AC

Text Example


Text Example

White with #0DA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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