#52C194

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

Shades of Keppel #52C194

Tints of Keppel #52C194

Color information

#52C194 (or 0x52C194) is unknown color: approx Keppel. HEX triplet: 52, C1 and 94. RGB value is (82,193,148). Sum of RGB (Red+Green+Blue) = 82+193+148=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #52C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C194 is #AD3E6B. Grayscale: #9A9A9A. Windows color (decimal): -11353708 or 9748818. OLE color: 9748818.

HSL color Cylindrical-coordinate representation of color #52C194: hue angle of 155.68º 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 #52C194 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB82193148-
CMYK0.5800.230.24
HSL155.68º47.23%53.92%-
HSV(B)155.68º57.51%75.69%-
XYZ27.8942.0734.67-
YUV154.68124.2376.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.39%
GREEN value IS 193 (75.78% from 255) = 45.63%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=19.39%
G=45.63%
B=34.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821931480.5800.230.24155.6847.2353.92
Hex52C1943A017189c2f36
Octal12230122472027302345766
Binary101001011000001100101001110100101111100010011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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