Html Css Color HEX #0DAAAE Light Sea Green

📋 copy color: '#0DAAAE'

red 13 ◦ green 170 ◦ blue 174

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

Shades of Light Sea Green #0DAAAE

Tints of Light Sea Green #0DAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 3.64%
G = 47.62%
B = 48.74%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DAAAE (or 0x0DAAAE) is known color: Light Sea Green. HEX triplet: 0D, AA and AE. RGB value is (13,170,174). Sum of RGB (Red+Green+Blue) = 13+170+174=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #0DAAAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAAE is #F25551. Grayscale: #7B7B7B. Windows color (decimal): -15881554 or 11446797. OLE color: 11446797.

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

Color convert

RGB 13 170 174 -
CMYK 0.93 0.02 0 0.32
HSL 181.49º 0.86% 0.37% -
HSV(B) 181.49º 0.93% 0.68% -
XYZ 22.18 31.89 45.03 -
YUV 123.51 156.49 49.17 -
System Red Green Blue C M Y K H S L
Decimal 13 170 174 0.93 0.02 0 0.32 181.49 0.86 0.37
Hex D AA AE 5D 2 0 20 B5 56 25
Octal 15 252 256 135 2 0 40 265 126 45
Binary 1101 10101010 10101110 1011101 10 0 100000 10110101 1010110 100101

Color Harmonies of #0DAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAAE

Black with #0DAAAE

Text Example


Text Example

White with #0DAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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