#52B09E

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

Shades of Puerto Rico #52B09E

Tints of Puerto Rico #52B09E

Color information

#52B09E (or 0x52B09E) is unknown color: approx Puerto Rico. HEX triplet: 52, B0 and 9E. RGB value is (82,176,158). Sum of RGB (Red+Green+Blue) = 82+176+158=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #52B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B09E is #AD4F61. Grayscale: #919191. Windows color (decimal): -11358050 or 10399826. OLE color: 10399826.

HSL color Cylindrical-coordinate representation of color #52B09E: hue angle of 168.51º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B09E is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB82176158-
CMYK0.5300.100.31
HSL168.51º37.3%50.59%-
HSV(B)168.51º53.41%69.02%-
XYZ25.1835.3137.84-
YUV145.84134.8682.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 176 (69.14% from 255) = 42.31%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=19.71%
G=42.31%
B=37.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821761580.5300.100.31168.5137.350.59
Hex52B09E350A1Fa92533
Octal12226023665012372514563
Binary10100101011000010011110110101010101111110101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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