Html Css Color HEX #0CCC84 Caribbean Green

📋 copy color: '#0CCC84'

red 12 ◦ green 204 ◦ blue 132

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

Shades of Caribbean Green #0CCC84

Tints of Caribbean Green #0CCC84

RGB

 RED value IS 12 (5.08% from 255) = 3.45%

 GREEN value IS 204 (80.08% from 255) = 58.62%

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 3.45%
G = 58.62%
B = 37.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#0CCC84 (or 0x0CCC84) is known color: Caribbean Green. HEX triplet: 0C, CC and 84. RGB value is (12,204,132). Sum of RGB (Red+Green+Blue) = 12+204+132=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCC84 is #F3337B. Grayscale: #8A8A8A. Windows color (decimal): -15938428 or 8702988. OLE color: 8702988.

HSL color Cylindrical-coordinate representation of color #0CCC84: hue angle of 157.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCC84 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 204 132 -
CMYK 0.94 0 0.35 0.2
HSL 157.5º 0.89% 0.42% -
HSV(B) 157.5º 0.94% 0.8% -
XYZ 25.91 44.93 29.14 -
YUV 138.38 124.39 37.85 -
System Red Green Blue C M Y K H S L
Decimal 12 204 132 0.94 0 0.35 0.2 157.5 0.89 0.42
Hex C CC 84 5E 0 23 14 9E 59 2A
Octal 14 314 204 136 0 43 24 236 131 52
Binary 1100 11001100 10000100 1011110 0 100011 10100 10011110 1011001 101010

Color Harmonies of #0CCC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC84

Black with #0CCC84

Text Example


Text Example

White with #0CCC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,132); }

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

background-color css

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

 a { background-color: rgb(12,204,132); }

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

border-color css

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

 span { border-color: rgb(12,204,132); }

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