#52C7AB

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

Shades of Puerto Rico #52C7AB

Tints of Puerto Rico #52C7AB

Color information

#52C7AB (or 0x52C7AB) is unknown color: approx Puerto Rico. HEX triplet: 52, C7 and AB. RGB value is (82,199,171). Sum of RGB (Red+Green+Blue) = 82+199+171=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #52C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C7AB is #AD3854. Grayscale: #A0A0A0. Windows color (decimal): -11352149 or 11257682. OLE color: 11257682.

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

Color convert

RGB82199171-
CMYK0.5900.140.22
HSL165.64º51.09%55.1%-
HSV(B)165.64º58.79%78.04%-
XYZ31.2545.5845.68-
YUV160.82133.7471.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=18.14%
G=44.03%
B=37.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821991710.5900.140.22165.6451.0955.1
Hex52C7AB3B0E16a63337
Octal12230725373016262466367
Binary10100101100011110101011111011011101011010100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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