Html Css Color HEX #0CCD84 Caribbean Green

📋 copy color: '#0CCD84'

red 12 ◦ green 205 ◦ blue 132

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

Shades of Caribbean Green #0CCD84

Tints of Caribbean Green #0CCD84

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.74%

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

R = 3.44%
G = 58.74%
B = 37.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#0CCD84 (or 0x0CCD84) is known color: Caribbean Green. HEX triplet: 0C, CD and 84. RGB value is (12,205,132). Sum of RGB (Red+Green+Blue) = 12+205+132=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCD84 is #F3327B. Grayscale: #8B8B8B. Windows color (decimal): -15938172 or 8703244. OLE color: 8703244.

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

Color convert

RGB 12 205 132 -
CMYK 0.94 0 0.36 0.20
HSL 157.31º 0.89% 0.43% -
HSV(B) 157.31º 0.94% 0.8% -
XYZ 26.15 45.41 29.22 -
YUV 138.97 124.06 37.44 -
System Red Green Blue C M Y K H S L
Decimal 12 205 132 0.94 0 0.36 0.20 157.31 0.89 0.43
Hex C CD 84 5E 0 24 14 9D 59 2B
Octal 14 315 204 136 0 44 24 235 131 53
Binary 1100 11001101 10000100 1011110 0 100100 10100 10011101 1011001 101011

Color Harmonies of #0CCD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD84

Black with #0CCD84

Text Example


Text Example

White with #0CCD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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