#53BE9C

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

Shades of Puerto Rico #53BE9C

Tints of Puerto Rico #53BE9C

Color information

#53BE9C (or 0x53BE9C) is unknown color: approx Puerto Rico. HEX triplet: 53, BE and 9C. RGB value is (83,190,156). Sum of RGB (Red+Green+Blue) = 83+190+156=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #53BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BE9C is #AC4163. Grayscale: #9A9A9A. Windows color (decimal): -11288932 or 10272339. OLE color: 10272339.

HSL color Cylindrical-coordinate representation of color #53BE9C: hue angle of 160.93º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BE9C is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB83190156-
CMYK0.5600.180.25
HSL160.93º45.15%53.53%-
HSV(B)160.93º56.32%74.51%-
XYZ27.9841.0737.9-
YUV154.13129.0577.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=19.35%
G=44.29%
B=36.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901560.5600.180.25160.9345.1553.53
Hex53BE9C3801219a12d36
Octal12327623470022312415566
Binary101001110111110100111001110000100101100110100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,156); }

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

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

 a { background-color: rgb(83,190,156); }

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

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

 span { border-color: rgb(83,190,156); }

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