#52BEB7

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

Shades of Puerto Rico #52BEB7

Tints of Puerto Rico #52BEB7

Color information

#52BEB7 (or 0x52BEB7) is unknown color: approx Puerto Rico. HEX triplet: 52, BE and B7. RGB value is (82,190,183). Sum of RGB (Red+Green+Blue) = 82+190+183=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEB7 is #AD4148. Grayscale: #9C9C9C. Windows color (decimal): -11354441 or 12041810. OLE color: 12041810.

HSL color Cylindrical-coordinate representation of color #52BEB7: hue angle of 176.11º 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 #52BEB7 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB82190183-
CMYK0.5700.040.25
HSL176.11º45.38%53.33%-
HSV(B)176.11º56.84%74.51%-
XYZ30.4442.0451.31-
YUV156.91142.7274.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 183 (71.88% from 255) = 40.22%
R=18.02%
G=41.76%
B=40.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821901830.5700.040.25176.1145.3853.33
Hex52BEB7390419b02d35
Octal1222762677104312605565
Binary1010010101111101011011111100101001100110110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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