#52C192

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

Shades of Keppel #52C192

Tints of Keppel #52C192

Color information

#52C192 (or 0x52C192) is unknown color: approx Keppel. HEX triplet: 52, C1 and 92. RGB value is (82,193,146). Sum of RGB (Red+Green+Blue) = 82+193+146=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #52C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C192 is #AD3E6D. Grayscale: #9A9A9A. Windows color (decimal): -11353710 or 9617746. OLE color: 9617746.

HSL color Cylindrical-coordinate representation of color #52C192: hue angle of 154.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C192 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB82193146-
CMYK0.5800.240.24
HSL154.59º47.23%53.92%-
HSV(B)154.59º57.51%75.69%-
XYZ27.7442.0133.84-
YUV154.45123.2376.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.48%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=19.48%
G=45.84%
B=34.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931460.5800.240.24154.5947.2353.92
Hex52C1923A018189b2f36
Octal12230122272030302335766
Binary101001011000001100100101110100110001100010011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C192; }

 p { color: rgb(82,193,146); }

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

<style>
 a { background-color: #52C192; }

 a { background-color: rgb(82,193,146); }

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

<style>
 span { border-color: #52C192; }

 span { border-color: rgb(82,193,146); }

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