#53BFA7

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

Shades of Puerto Rico #53BFA7

Tints of Puerto Rico #53BFA7

Color information

#53BFA7 (or 0x53BFA7) is unknown color: approx Puerto Rico. HEX triplet: 53, BF and A7. RGB value is (83,191,167). Sum of RGB (Red+Green+Blue) = 83+191+167=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BFA7 is #AC4058. Grayscale: #9B9B9B. Windows color (decimal): -11288665 or 10993491. OLE color: 10993491.

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

Color convert

RGB83191167-
CMYK0.5700.130.25
HSL166.67º45.76%53.73%-
HSV(B)166.67º56.54%74.9%-
XYZ29.1741.8943.11-
YUV155.97134.2275.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.82%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 167 (65.62% from 255) = 37.87%
R=18.82%
G=43.31%
B=37.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911670.5700.130.25166.6745.7653.73
Hex53BFA7390D19a72e36
Octal12327724771015312475666
Binary10100111011111110100111111001011011100110100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,167); }

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

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

 a { background-color: rgb(83,191,167); }

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

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

 span { border-color: rgb(83,191,167); }

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