#53C69A

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

Shades of Puerto Rico #53C69A

Tints of Puerto Rico #53C69A

Color information

#53C69A (or 0x53C69A) is unknown color: approx Puerto Rico. HEX triplet: 53, C6 and 9A. RGB value is (83,198,154). Sum of RGB (Red+Green+Blue) = 83+198+154=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #53C69A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C69A is #AC3965. Grayscale: #9E9E9E. Windows color (decimal): -11286886 or 10143315. OLE color: 10143315.

HSL color Cylindrical-coordinate representation of color #53C69A: hue angle of 157.04º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C69A is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB83198154-
CMYK0.5800.220.22
HSL157.04º50.22%55.1%-
HSV(B)157.04º58.08%77.65%-
XYZ29.5944.5637.61-
YUV158.6125.474.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.08%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=19.08%
G=45.52%
B=35.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981540.5800.220.22157.0450.2255.1
Hex53C69A3A016169d3237
Octal12330623272026262356267
Binary101001111000110100110101110100101101011010011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,198,154); }

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

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

 a { background-color: rgb(83,198,154); }

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

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

 span { border-color: rgb(83,198,154); }

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