Html Css Color HEX #0CC393 Caribbean Green

📋 copy color: '#0CC393'

red 12 ◦ green 195 ◦ blue 147

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

Shades of Caribbean Green #0CC393

Tints of Caribbean Green #0CC393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 3.39%
G = 55.08%
B = 41.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#0CC393 (or 0x0CC393) is known color: Caribbean Green. HEX triplet: 0C, C3 and 93. RGB value is (12,195,147). Sum of RGB (Red+Green+Blue) = 12+195+147=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC393 is #F33C6C. Grayscale: #868686. Windows color (decimal): -15940717 or 9683724. OLE color: 9683724.

HSL color Cylindrical-coordinate representation of color #0CC393: hue angle of 164.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC393 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 147 -
CMYK 0.94 0 0.25 0.24
HSL 164.26º 0.88% 0.41% -
HSV(B) 164.26º 0.94% 0.76% -
XYZ 24.93 41.21 34.24 -
YUV 134.81 134.87 40.4 -
System Red Green Blue C M Y K H S L
Decimal 12 195 147 0.94 0 0.25 0.24 164.26 0.88 0.41
Hex C C3 93 5E 0 19 18 A4 58 29
Octal 14 303 223 136 0 31 30 244 130 51
Binary 1100 11000011 10010011 1011110 0 11001 11000 10100100 1011000 101001

Color Harmonies of #0CC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC393

Black with #0CC393

Text Example


Text Example

White with #0CC393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,147); }

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

background-color css

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

 a { background-color: rgb(12,195,147); }

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

border-color css

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

 span { border-color: rgb(12,195,147); }

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