#52BE94

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

Shades of Keppel #52BE94

Tints of Keppel #52BE94

Color information

#52BE94 (or 0x52BE94) is unknown color: approx Keppel. HEX triplet: 52, BE and 94. RGB value is (82,190,148). Sum of RGB (Red+Green+Blue) = 82+190+148=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE94 is #AD416B. Grayscale: #989898. Windows color (decimal): -11354476 or 9748050. OLE color: 9748050.

HSL color Cylindrical-coordinate representation of color #52BE94: hue angle of 156.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE94 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB82190148-
CMYK0.5700.220.25
HSL156.67º45.38%53.33%-
HSV(B)156.67º56.84%74.51%-
XYZ27.2440.7634.45-
YUV152.92125.2277.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.52%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=19.52%
G=45.24%
B=35.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901480.5700.220.25156.6745.3853.33
Hex52BE9439016199d2d35
Octal12227622471026312355565
Binary101001010111110100101001110010101101100110011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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