Html Css Color HEX #0DC2AF Light Sea Green

📋 copy color: '#0DC2AF'

red 13 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #0DC2AF

Tints of Light Sea Green #0DC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 3.4%
G = 50.79%
B = 45.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#0DC2AF (or 0x0DC2AF) is known color: Light Sea Green. HEX triplet: 0D, C2 and AF. RGB value is (13,194,175). Sum of RGB (Red+Green+Blue) = 13+194+175=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC2AF is #F23D50. Grayscale: #898989. Windows color (decimal): -15875409 or 11518477. OLE color: 11518477.

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

Color convert

RGB 13 194 175 -
CMYK 0.93 0 0.10 0.24
HSL 173.7º 0.87% 0.41% -
HSV(B) 173.7º 0.93% 0.76% -
XYZ 27.2 41.76 47.19 -
YUV 137.72 149.03 39.04 -
System Red Green Blue C M Y K H S L
Decimal 13 194 175 0.93 0 0.10 0.24 173.7 0.87 0.41
Hex D C2 AF 5D 0 A 18 AE 57 29
Octal 15 302 257 135 0 12 30 256 127 51
Binary 1101 11000010 10101111 1011101 0 1010 11000 10101110 1010111 101001

Color Harmonies of #0DC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC2AF

Black with #0DC2AF

Text Example


Text Example

White with #0DC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,194,175); }

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

background-color css

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

 a { background-color: rgb(13,194,175); }

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

border-color css

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

 span { border-color: rgb(13,194,175); }

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