Html Css Color HEX #0DC995 Caribbean Green

📋 copy color: '#0DC995'

red 13 ◦ green 201 ◦ blue 149

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

Shades of Caribbean Green #0DC995

Tints of Caribbean Green #0DC995

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.37%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 3.58%
G = 55.37%
B = 41.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#0DC995 (or 0x0DC995) is known color: Caribbean Green. HEX triplet: 0D, C9 and 95. RGB value is (13,201,149). Sum of RGB (Red+Green+Blue) = 13+201+149=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC995 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC995 is #F2366A. Grayscale: #8A8A8A. Windows color (decimal): -15873643 or 9816333. OLE color: 9816333.

HSL color Cylindrical-coordinate representation of color #0DC995: hue angle of 163.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC995 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 149 -
CMYK 0.94 0 0.26 0.21
HSL 163.4º 0.88% 0.42% -
HSV(B) 163.4º 0.94% 0.79% -
XYZ 26.48 44.03 35.54 -
YUV 138.86 133.72 38.23 -
System Red Green Blue C M Y K H S L
Decimal 13 201 149 0.94 0 0.26 0.21 163.4 0.88 0.42
Hex D C9 95 5E 0 1A 15 A3 58 2A
Octal 15 311 225 136 0 32 25 243 130 52
Binary 1101 11001001 10010101 1011110 0 11010 10101 10100011 1011000 101010

Color Harmonies of #0DC995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC995

Black with #0DC995

Text Example


Text Example

White with #0DC995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,149); }

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

background-color css

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

 a { background-color: rgb(13,201,149); }

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

border-color css

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

 span { border-color: rgb(13,201,149); }

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