Html Css Color HEX #0DC1AA Light Sea Green

📋 copy color: '#0DC1AA'

red 13 ◦ green 193 ◦ blue 170

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

Shades of Light Sea Green #0DC1AA

Tints of Light Sea Green #0DC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 3.46%
G = 51.33%
B = 45.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#0DC1AA (or 0x0DC1AA) is known color: Light Sea Green. HEX triplet: 0D, C1 and AA. RGB value is (13,193,170). Sum of RGB (Red+Green+Blue) = 13+193+170=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC1AA is #F23E55. Grayscale: #888888. Windows color (decimal): -15875670 or 11190541. OLE color: 11190541.

HSL color Cylindrical-coordinate representation of color #0DC1AA: hue angle of 172.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC1AA is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 170 -
CMYK 0.93 0 0.12 0.24
HSL 172.33º 0.87% 0.4% -
HSV(B) 172.33º 0.93% 0.76% -
XYZ 26.49 41.13 44.57 -
YUV 136.56 146.87 39.87 -
System Red Green Blue C M Y K H S L
Decimal 13 193 170 0.93 0 0.12 0.24 172.33 0.87 0.4
Hex D C1 AA 5D 0 C 18 AC 57 28
Octal 15 301 252 135 0 14 30 254 127 50
Binary 1101 11000001 10101010 1011101 0 1100 11000 10101100 1010111 101000

Color Harmonies of #0DC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC1AA

Black with #0DC1AA

Text Example


Text Example

White with #0DC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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