Html Css Color HEX #0DAAAD Light Sea Green

📋 copy color: '#0DAAAD'

red 13 ◦ green 170 ◦ blue 173

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

Shades of Light Sea Green #0DAAAD

Tints of Light Sea Green #0DAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 3.65%
G = 47.75%
B = 48.6%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DAAAD (or 0x0DAAAD) is known color: Light Sea Green. HEX triplet: 0D, AA and AD. RGB value is (13,170,173). Sum of RGB (Red+Green+Blue) = 13+170+173=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #0DAAAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAAD is #F25552. Grayscale: #7B7B7B. Windows color (decimal): -15881555 or 11381261. OLE color: 11381261.

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

Color convert

RGB 13 170 173 -
CMYK 0.92 0.02 0 0.32
HSL 181.13º 0.86% 0.36% -
HSV(B) 181.13º 0.92% 0.68% -
XYZ 22.08 31.85 44.52 -
YUV 123.4 155.99 49.26 -
System Red Green Blue C M Y K H S L
Decimal 13 170 173 0.92 0.02 0 0.32 181.13 0.86 0.36
Hex D AA AD 5C 2 0 20 B5 56 24
Octal 15 252 255 134 2 0 40 265 126 44
Binary 1101 10101010 10101101 1011100 10 0 100000 10110101 1010110 100100

Color Harmonies of #0DAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAAD

Black with #0DAAAD

Text Example


Text Example

White with #0DAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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