Html Css Color HEX #0DACA5 Light Sea Green

📋 copy color: '#0DACA5'

red 13 ◦ green 172 ◦ blue 165

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

Shades of Light Sea Green #0DACA5

Tints of Light Sea Green #0DACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 3.71%
G = 49.14%
B = 47.14%

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

#0DACA5 (or 0x0DACA5) is known color: Light Sea Green. HEX triplet: 0D, AC and A5. RGB value is (13,172,165). Sum of RGB (Red+Green+Blue) = 13+172+165=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #0DACA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DACA5 is #F2535A. Grayscale: #7B7B7B. Windows color (decimal): -15881051 or 10857485. OLE color: 10857485.

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

Color convert

RGB 13 172 165 -
CMYK 0.92 0 0.04 0.33
HSL 177.36º 0.86% 0.36% -
HSV(B) 177.36º 0.92% 0.67% -
XYZ 21.71 32.31 40.69 -
YUV 123.66 151.32 49.07 -
System Red Green Blue C M Y K H S L
Decimal 13 172 165 0.92 0 0.04 0.33 177.36 0.86 0.36
Hex D AC A5 5C 0 4 21 B1 56 24
Octal 15 254 245 134 0 4 41 261 126 44
Binary 1101 10101100 10100101 1011100 0 100 100001 10110001 1010110 100100

Color Harmonies of #0DACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DACA5

Black with #0DACA5

Text Example


Text Example

White with #0DACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,165); }

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

background-color css

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

 a { background-color: rgb(13,172,165); }

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

border-color css

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

 span { border-color: rgb(13,172,165); }

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