#4CC194

Color #4CC194 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4CC194

Tints of Keppel #4CC194

Color information

#4CC194 (or 0x4CC194) is unknown color: approx Keppel. HEX triplet: 4C, C1 and 94. RGB value is (76,193,148). Sum of RGB (Red+Green+Blue) = 76+193+148=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC194 is #B33E6B. Grayscale: #989898. Windows color (decimal): -11746924 or 9748812. OLE color: 9748812.

HSL color Cylindrical-coordinate representation of color #4CC194: hue angle of 156.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC194 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB76193148-
CMYK0.6100.230.24
HSL156.92º48.55%52.75%-
HSV(B)156.92º60.62%75.69%-
XYZ27.441.8134.64-
YUV152.89125.2473.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.23%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=18.23%
G=46.28%
B=35.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761931480.6100.230.24156.9248.5552.75
Hex4CC1943D017189d3135
Octal11430122475027302356165
Binary100110011000001100101001111010101111100010011101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC194; }

 p { color: rgb(76,193,148); }

 H1.HeaderClassName
 {
   color: #4CC194;
 }
 .AnyTagClassName
 {
   color: #4CC194;
 }
</style>
background-color css

<style>
 a { background-color: #4CC194; }

 a { background-color: rgb(76,193,148); }

 div.DivClassName
 {
   background-color: #4CC194;
 }
 .BgClassName
 {
   background-color: #4CC194;
 }
</style>
border-color css

<style>
 span { border-color: #4CC194; }

 span { border-color: rgb(76,193,148); }

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