#52C79E

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

Shades of Puerto Rico #52C79E

Tints of Puerto Rico #52C79E

Color information

#52C79E (or 0x52C79E) is unknown color: approx Puerto Rico. HEX triplet: 52, C7 and 9E. RGB value is (82,199,158). Sum of RGB (Red+Green+Blue) = 82+199+158=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 199 - color contains mainly: green. Hex color #52C79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C79E is #AD3861. Grayscale: #9F9F9F. Windows color (decimal): -11352162 or 10405714. OLE color: 10405714.

HSL color Cylindrical-coordinate representation of color #52C79E: hue angle of 158.97º degrees, saturation: 0.51, 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 #52C79E is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB82199158-
CMYK0.5900.210.22
HSL158.97º51.09%55.1%-
HSV(B)158.97º58.79%78.04%-
XYZ30.0745.1139.47-
YUV159.34127.2472.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 199 (78.12% from 255) = 45.33%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=18.68%
G=45.33%
B=35.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991580.5900.210.22158.9751.0955.1
Hex52C79E3B015169f3337
Octal12230723673025262376367
Binary101001011000111100111101110110101011011010011111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,199,158); }

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

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

 a { background-color: rgb(82,199,158); }

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

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

 span { border-color: rgb(82,199,158); }

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