Html Css Color HEX #0CC392 Caribbean Green

📋 copy color: '#0CC392'

red 12 ◦ green 195 ◦ blue 146

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

Shades of Caribbean Green #0CC392

Tints of Caribbean Green #0CC392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 3.4%
G = 55.24%
B = 41.36%

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

#0CC392 (or 0x0CC392) is known color: Caribbean Green. HEX triplet: 0C, C3 and 92. RGB value is (12,195,146). Sum of RGB (Red+Green+Blue) = 12+195+146=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC392 is #F33C6D. Grayscale: #868686. Windows color (decimal): -15940718 or 9618188. OLE color: 9618188.

HSL color Cylindrical-coordinate representation of color #0CC392: hue angle of 163.93º 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 #0CC392 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 146 -
CMYK 0.94 0 0.25 0.24
HSL 163.93º 0.88% 0.41% -
HSV(B) 163.93º 0.94% 0.76% -
XYZ 24.86 41.18 33.83 -
YUV 134.7 134.37 40.48 -
System Red Green Blue C M Y K H S L
Decimal 12 195 146 0.94 0 0.25 0.24 163.93 0.88 0.41
Hex C C3 92 5E 0 19 18 A4 58 29
Octal 14 303 222 136 0 31 30 244 130 51
Binary 1100 11000011 10010010 1011110 0 11001 11000 10100100 1011000 101001

Color Harmonies of #0CC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC392

Black with #0CC392

Text Example


Text Example

White with #0CC392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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