Html Css Color HEX #0CC588 Caribbean Green

📋 copy color: '#0CC588'

red 12 ◦ green 197 ◦ blue 136

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

Shades of Caribbean Green #0CC588

Tints of Caribbean Green #0CC588

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 3.48%
G = 57.1%
B = 39.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#0CC588 (or 0x0CC588) is known color: Caribbean Green. HEX triplet: 0C, C5 and 88. RGB value is (12,197,136). Sum of RGB (Red+Green+Blue) = 12+197+136=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC588 is #F33A77. Grayscale: #868686. Windows color (decimal): -15940216 or 8963340. OLE color: 8963340.

HSL color Cylindrical-coordinate representation of color #0CC588: hue angle of 160.22º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC588 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 197 136 -
CMYK 0.94 0 0.31 0.23
HSL 160.22º 0.89% 0.41% -
HSV(B) 160.22º 0.94% 0.77% -
XYZ 24.56 41.79 30.06 -
YUV 134.73 128.71 40.46 -
System Red Green Blue C M Y K H S L
Decimal 12 197 136 0.94 0 0.31 0.23 160.22 0.89 0.41
Hex C C5 88 5E 0 1F 17 A0 59 29
Octal 14 305 210 136 0 37 27 240 131 51
Binary 1100 11000101 10001000 1011110 0 11111 10111 10100000 1011001 101001

Color Harmonies of #0CC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC588

Black with #0CC588

Text Example


Text Example

White with #0CC588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,136); }

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

background-color css

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

 a { background-color: rgb(12,197,136); }

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

border-color css

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

 span { border-color: rgb(12,197,136); }

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