Html Css Color HEX #0DAAB2 Light Sea Green

📋 copy color: '#0DAAB2'

red 13 ◦ green 170 ◦ blue 178

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

Shades of Light Sea Green #0DAAB2

Tints of Light Sea Green #0DAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.31%

R = 3.6%
G = 47.09%
B = 49.31%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0DAAB2 (or 0x0DAAB2) is known color: Light Sea Green. HEX triplet: 0D, AA and B2. RGB value is (13,170,178). Sum of RGB (Red+Green+Blue) = 13+170+178=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #0DAAB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAB2 is #F2554D. Grayscale: #7B7B7B. Windows color (decimal): -15881550 or 11708941. OLE color: 11708941.

HSL color Cylindrical-coordinate representation of color #0DAAB2: hue angle of 182.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAAB2 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 170 178 -
CMYK 0.93 0.04 0 0.30
HSL 182.91º 0.86% 0.37% -
HSV(B) 182.91º 0.93% 0.7% -
XYZ 22.58 32.05 47.12 -
YUV 123.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 13 170 178 0.93 0.04 0 0.30 182.91 0.86 0.37
Hex D AA B2 5D 4 0 1E B7 56 25
Octal 15 252 262 135 4 0 36 267 126 45
Binary 1101 10101010 10110010 1011101 100 0 11110 10110111 1010110 100101

Color Harmonies of #0DAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAB2

Black with #0DAAB2

Text Example


Text Example

White with #0DAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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