#53CB9E

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

Shades of Puerto Rico #53CB9E

Tints of Puerto Rico #53CB9E

Color information

#53CB9E (or 0x53CB9E) is unknown color: approx Puerto Rico. HEX triplet: 53, CB and 9E. RGB value is (83,203,158). Sum of RGB (Red+Green+Blue) = 83+203+158=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB9E is #AC3461. Grayscale: #A2A2A2. Windows color (decimal): -11285602 or 10406739. OLE color: 10406739.

HSL color Cylindrical-coordinate representation of color #53CB9E: hue angle of 157.5º 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 #53CB9E is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB83203158-
CMYK0.5900.220.20
HSL157.5º53.57%56.08%-
HSV(B)157.5º59.11%79.61%-
XYZ31.0947.0239.78-
YUV161.99125.7471.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=18.69%
G=45.72%
B=35.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832031580.5900.220.20157.553.5756.08
Hex53CB9E3B016149e3638
Octal12331323673026242366670
Binary101001111001011100111101110110101101010010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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