Html Css Color HEX #0DAAA3 Light Sea Green

📋 copy color: '#0DAAA3'

red 13 ◦ green 170 ◦ blue 163

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

Shades of Light Sea Green #0DAAA3

Tints of Light Sea Green #0DAAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 3.76%
G = 49.13%
B = 47.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#0DAAA3 (or 0x0DAAA3) is known color: Light Sea Green. HEX triplet: 0D, AA and A3. RGB value is (13,170,163). Sum of RGB (Red+Green+Blue) = 13+170+163=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAA3 is #F2555C. Grayscale: #7A7A7A. Windows color (decimal): -15881565 or 10725901. OLE color: 10725901.

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

Color convert

RGB 13 170 163 -
CMYK 0.92 0 0.04 0.33
HSL 177.32º 0.86% 0.36% -
HSV(B) 177.32º 0.92% 0.67% -
XYZ 21.15 31.48 39.61 -
YUV 122.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 13 170 163 0.92 0 0.04 0.33 177.32 0.86 0.36
Hex D AA A3 5C 0 4 21 B1 56 24
Octal 15 252 243 134 0 4 41 261 126 44
Binary 1101 10101010 10100011 1011100 0 100 100001 10110001 1010110 100100

Color Harmonies of #0DAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAAA3

Black with #0DAAA3

Text Example


Text Example

White with #0DAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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