#53B09F

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

Shades of Puerto Rico #53B09F

Tints of Puerto Rico #53B09F

Color information

#53B09F (or 0x53B09F) is unknown color: approx Puerto Rico. HEX triplet: 53, B0 and 9F. RGB value is (83,176,159). Sum of RGB (Red+Green+Blue) = 83+176+159=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #53B09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B09F is #AC4F60. Grayscale: #929292. Windows color (decimal): -11292513 or 10465363. OLE color: 10465363.

HSL color Cylindrical-coordinate representation of color #53B09F: hue angle of 169.03º 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 #53B09F is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB83176159-
CMYK0.5300.100.31
HSL169.03º37.05%50.78%-
HSV(B)169.03º52.84%69.02%-
XYZ25.3535.3938.3-
YUV146.26135.1982.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=19.86%
G=42.11%
B=38.04%

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
Decimal831761590.5300.100.31169.0337.0550.78
Hex53B09F350A1Fa92533
Octal12326023765012372514563
Binary10100111011000010011111110101010101111110101001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B09F; }

 p { color: rgb(83,176,159); }

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

<style>
 a { background-color: #53B09F; }

 a { background-color: rgb(83,176,159); }

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

<style>
 span { border-color: #53B09F; }

 span { border-color: rgb(83,176,159); }

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