#53BEAD

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

Shades of Puerto Rico #53BEAD

Tints of Puerto Rico #53BEAD

Color information

#53BEAD (or 0x53BEAD) is unknown color: approx Puerto Rico. HEX triplet: 53, BE and AD. RGB value is (83,190,173). Sum of RGB (Red+Green+Blue) = 83+190+173=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEAD is #AC4152. Grayscale: #9C9C9C. Windows color (decimal): -11288915 or 11386451. OLE color: 11386451.

HSL color Cylindrical-coordinate representation of color #53BEAD: hue angle of 170.47º 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 #53BEAD is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB83190173-
CMYK0.5600.090.25
HSL170.47º45.15%53.53%-
HSV(B)170.47º56.32%74.51%-
XYZ29.5241.6846.02-
YUV156.07137.5575.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.61%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=18.61%
G=42.60%
B=38.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901730.5600.090.25170.4745.1553.53
Hex53BEAD380919aa2d36
Octal12327625570011312525566
Binary10100111011111010101101111000010011100110101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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