#52C699

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

Shades of Puerto Rico #52C699

Tints of Puerto Rico #52C699

Color information

#52C699 (or 0x52C699) is unknown color: approx Puerto Rico. HEX triplet: 52, C6 and 99. RGB value is (82,198,153). Sum of RGB (Red+Green+Blue) = 82+198+153=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #52C699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C699 is #AD3966. Grayscale: #9E9E9E. Windows color (decimal): -11352423 or 10077778. OLE color: 10077778.

HSL color Cylindrical-coordinate representation of color #52C699: hue angle of 156.72º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C699 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB82198153-
CMYK0.5900.230.22
HSL156.72º50.43%54.9%-
HSV(B)156.72º58.59%77.65%-
XYZ29.4244.4837.17-
YUV158.19125.0773.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.94%
GREEN value IS 198 (77.73% from 255) = 45.73%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=18.94%
G=45.73%
B=35.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821981530.5900.230.22156.7250.4354.9
Hex52C6993B017169d3237
Octal12230623173027262356267
Binary101001011000110100110011110110101111011010011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,198,153); }

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

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

 a { background-color: rgb(82,198,153); }

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

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

 span { border-color: rgb(82,198,153); }

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