#53CB9D

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

Shades of Puerto Rico #53CB9D

Tints of Puerto Rico #53CB9D

Color information

#53CB9D (or 0x53CB9D) is unknown color: approx Puerto Rico. HEX triplet: 53, CB and 9D. RGB value is (83,203,157). Sum of RGB (Red+Green+Blue) = 83+203+157=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB9D is #AC3462. Grayscale: #A1A1A1. Windows color (decimal): -11285603 or 10341203. OLE color: 10341203.

HSL color Cylindrical-coordinate representation of color #53CB9D: hue angle of 157º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB9D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB83203157-
CMYK0.5900.230.20
HSL157º53.57%56.08%-
HSV(B)157º59.11%79.61%-
XYZ31.0146.9939.33-
YUV161.88125.2471.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 203 (79.69% from 255) = 45.82%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=18.74%
G=45.82%
B=35.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031570.5900.230.2015753.5756.08
Hex53CB9D3B017149d3638
Octal12331323573027242356670
Binary101001111001011100111011110110101111010010011101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,203,157); }

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

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

 a { background-color: rgb(83,203,157); }

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

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

 span { border-color: rgb(83,203,157); }

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