Html Css Color HEX #0DC396 Caribbean Green

📋 copy color: '#0DC396'

red 13 ◦ green 195 ◦ blue 150

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

Shades of Caribbean Green #0DC396

Tints of Caribbean Green #0DC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 3.63%
G = 54.47%
B = 41.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#0DC396 (or 0x0DC396) is known color: Caribbean Green. HEX triplet: 0D, C3 and 96. RGB value is (13,195,150). Sum of RGB (Red+Green+Blue) = 13+195+150=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC396 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC396 is #F23C69. Grayscale: #878787. Windows color (decimal): -15875178 or 9880333. OLE color: 9880333.

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

Color convert

RGB 13 195 150 -
CMYK 0.93 0 0.23 0.24
HSL 165.16º 0.88% 0.41% -
HSV(B) 165.16º 0.93% 0.76% -
XYZ 25.19 41.32 35.5 -
YUV 135.45 136.2 40.66 -
System Red Green Blue C M Y K H S L
Decimal 13 195 150 0.93 0 0.23 0.24 165.16 0.88 0.41
Hex D C3 96 5D 0 17 18 A5 58 29
Octal 15 303 226 135 0 27 30 245 130 51
Binary 1101 11000011 10010110 1011101 0 10111 11000 10100101 1011000 101001

Color Harmonies of #0DC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC396

Black with #0DC396

Text Example


Text Example

White with #0DC396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,150); }

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

background-color css

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

 a { background-color: rgb(13,195,150); }

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

border-color css

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

 span { border-color: rgb(13,195,150); }

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