#53BEAF

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

Shades of Puerto Rico #53BEAF

Tints of Puerto Rico #53BEAF

Color information

#53BEAF (or 0x53BEAF) is unknown color: approx Puerto Rico. HEX triplet: 53, BE and AF. RGB value is (83,190,175). Sum of RGB (Red+Green+Blue) = 83+190+175=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEAF is #AC4150. Grayscale: #9C9C9C. Windows color (decimal): -11288913 or 11517523. OLE color: 11517523.

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

Color convert

RGB83190175-
CMYK0.5600.080.25
HSL171.59º45.15%53.53%-
HSV(B)171.59º56.32%74.51%-
XYZ29.7241.7647.05-
YUV156.3138.5575.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.53%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=18.53%
G=42.41%
B=39.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831901750.5600.080.25171.5945.1553.53
Hex53BEAF380819ac2d36
Octal12327625770010312545566
Binary10100111011111010101111111000010001100110101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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