#53B79E

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

Shades of Puerto Rico #53B79E

Tints of Puerto Rico #53B79E

Color information

#53B79E (or 0x53B79E) is unknown color: approx Puerto Rico. HEX triplet: 53, B7 and 9E. RGB value is (83,183,158). Sum of RGB (Red+Green+Blue) = 83+183+158=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #53B79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B79E is #AC4861. Grayscale: #969696. Windows color (decimal): -11290722 or 10401619. OLE color: 10401619.

HSL color Cylindrical-coordinate representation of color #53B79E: hue angle of 165º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B79E is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB83183158-
CMYK0.5500.140.28
HSL165º40.98%52.16%-
HSV(B)165º54.64%71.76%-
XYZ26.6738.1738.31-
YUV150.25132.3780.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.58%
GREEN value IS 183 (71.88% from 255) = 43.16%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=19.58%
G=43.16%
B=37.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831831580.5500.140.2816540.9852.16
Hex53B79E370E1Ca52934
Octal12326723667016342455164
Binary10100111011011110011110110111011101110010100101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,183,158); }

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

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

 a { background-color: rgb(83,183,158); }

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

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

 span { border-color: rgb(83,183,158); }

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