Html Css Color HEX #0DCF96 Caribbean Green

📋 copy color: '#0DCF96'

red 13 ◦ green 207 ◦ blue 150

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

Shades of Caribbean Green #0DCF96

Tints of Caribbean Green #0DCF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.95%

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

R = 3.51%
G = 55.95%
B = 40.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#0DCF96 (or 0x0DCF96) is known color: Caribbean Green. HEX triplet: 0D, CF and 96. RGB value is (13,207,150). Sum of RGB (Red+Green+Blue) = 13+207+150=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 150 (58.98% from 255 or 40.54% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCF96 is #F23069. Grayscale: #8E8E8E. Windows color (decimal): -15872106 or 9883405. OLE color: 9883405.

HSL color Cylindrical-coordinate representation of color #0DCF96: hue angle of 162.37º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF96 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 207 150 -
CMYK 0.94 0 0.28 0.19
HSL 162.37º 0.88% 0.43% -
HSV(B) 162.37º 0.94% 0.81% -
XYZ 27.98 46.91 36.43 -
YUV 142.5 132.23 35.63 -
System Red Green Blue C M Y K H S L
Decimal 13 207 150 0.94 0 0.28 0.19 162.37 0.88 0.43
Hex D CF 96 5E 0 1C 13 A2 58 2B
Octal 15 317 226 136 0 34 23 242 130 53
Binary 1101 11001111 10010110 1011110 0 11100 10011 10100010 1011000 101011

Color Harmonies of #0DCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCF96

Black with #0DCF96

Text Example


Text Example

White with #0DCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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