Html Css Color HEX #0DC19D Caribbean Green

📋 copy color: '#0DC19D'

red 13 ◦ green 193 ◦ blue 157

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

Shades of Caribbean Green #0DC19D

Tints of Caribbean Green #0DC19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 3.58%
G = 53.17%
B = 43.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#0DC19D (or 0x0DC19D) is known color: Caribbean Green. HEX triplet: 0D, C1 and 9D. RGB value is (13,193,157). Sum of RGB (Red+Green+Blue) = 13+193+157=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC19D is #F23E62. Grayscale: #878787. Windows color (decimal): -15875683 or 10338573. OLE color: 10338573.

HSL color Cylindrical-coordinate representation of color #0DC19D: hue angle of 168º 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 #0DC19D is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 193 157 -
CMYK 0.93 0 0.19 0.24
HSL 168º 0.87% 0.4% -
HSV(B) 168º 0.93% 0.76% -
XYZ 25.32 40.66 38.41 -
YUV 135.08 140.37 40.93 -
System Red Green Blue C M Y K H S L
Decimal 13 193 157 0.93 0 0.19 0.24 168 0.87 0.4
Hex D C1 9D 5D 0 13 18 A8 57 28
Octal 15 301 235 135 0 23 30 250 127 50
Binary 1101 11000001 10011101 1011101 0 10011 11000 10101000 1010111 101000

Color Harmonies of #0DC19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC19D

Black with #0DC19D

Text Example


Text Example

White with #0DC19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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