#53BFB9

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

Shades of Puerto Rico #53BFB9

Tints of Puerto Rico #53BFB9

Color information

#53BFB9 (or 0x53BFB9) is unknown color: approx Puerto Rico. HEX triplet: 53, BF and B9. RGB value is (83,191,185). Sum of RGB (Red+Green+Blue) = 83+191+185=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFB9 is #AC4046. Grayscale: #9D9D9D. Windows color (decimal): -11288647 or 12173139. OLE color: 12173139.

HSL color Cylindrical-coordinate representation of color #53BFB9: hue angle of 176.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 #53BFB9 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB83191185-
CMYK0.5700.030.25
HSL176.67º45.76%53.73%-
HSV(B)176.67º56.54%74.9%-
XYZ30.9642.652.49-
YUV158.02143.2274.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=18.08%
G=41.61%
B=40.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831911850.5700.030.25176.6745.7653.73
Hex53BFB9390319b12e36
Octal1232772717103312615666
Binary101001110111111101110011110010111100110110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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