Html Css Color HEX #0DAAAB Light Sea Green

📋 copy color: '#0DAAAB'

red 13 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #0DAAAB

Tints of Light Sea Green #0DAAAB

RGB

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

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

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

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

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #0DAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAAB

Black with #0DAAAB

Text Example


Text Example

White with #0DAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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