#53BCA2

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

Shades of Puerto Rico #53BCA2

Tints of Puerto Rico #53BCA2

Color information

#53BCA2 (or 0x53BCA2) is unknown color: approx Puerto Rico. HEX triplet: 53, BC and A2. RGB value is (83,188,162). Sum of RGB (Red+Green+Blue) = 83+188+162=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCA2 is #AC435D. Grayscale: #999999. Windows color (decimal): -11289438 or 10665043. OLE color: 10665043.

HSL color Cylindrical-coordinate representation of color #53BCA2: hue angle of 165.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCA2 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB83188162-
CMYK0.5600.140.26
HSL165.14º43.93%53.14%-
HSV(B)165.14º55.85%73.73%-
XYZ28.0740.4140.5-
YUV153.64132.7177.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 162 (63.67% from 255) = 37.41%
R=19.17%
G=43.42%
B=37.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal831881620.5600.140.26165.1443.9353.14
Hex53BCA2380E1Aa52c35
Octal12327424270016322455465
Binary10100111011110010100010111000011101101010100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,188,162); }

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

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

 a { background-color: rgb(83,188,162); }

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

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

 span { border-color: rgb(83,188,162); }

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