#53CAB1

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

Shades of Puerto Rico #53CAB1

Tints of Puerto Rico #53CAB1

Color information

#53CAB1 (or 0x53CAB1) is unknown color: approx Puerto Rico. HEX triplet: 53, CA and B1. RGB value is (83,202,177). Sum of RGB (Red+Green+Blue) = 83+202+177=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAB1 is #AC354E. Grayscale: #A3A3A3. Windows color (decimal): -11285839 or 11651667. OLE color: 11651667.

HSL color Cylindrical-coordinate representation of color #53CAB1: hue angle of 167.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAB1 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB83202177-
CMYK0.5900.120.21
HSL167.39º52.89%55.88%-
HSV(B)167.39º58.91%79.22%-
XYZ32.6247.2549-
YUV163.57135.5870.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.97%
GREEN value IS 202 (79.30% from 255) = 43.72%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=17.97%
G=43.72%
B=38.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal832021770.5900.120.21167.3952.8955.88
Hex53CAB13B0C15a73538
Octal12331226173014252476570
Binary10100111100101010110001111011011001010110100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,177); }

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

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

 a { background-color: rgb(83,202,177); }

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

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

 span { border-color: rgb(83,202,177); }

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