Html Css Color HEX #53C2A0 Puerto Rico

📋 copy color: '#53C2A0'

red 83 ◦ green 194 ◦ blue 160

#53C2A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #53C2A0

Tints of Puerto Rico #53C2A0

RGB

 RED value IS 83 (32.81% from 255) = 18.99%

 GREEN value IS 194 (76.17% from 255) = 44.39%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 18.99%
G = 44.39%
B = 36.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#53C2A0 (or 0x53C2A0) is known color: Puerto Rico. HEX triplet: 53, C2 and A0. RGB value is (83,194,160). Sum of RGB (Red+Green+Blue) = 83+194+160=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #53C2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C2A0 is #AC3D5F. Grayscale: #9C9C9C. Windows color (decimal): -11287904 or 10535507. OLE color: 10535507.

HSL color Cylindrical-coordinate representation of color #53C2A0: hue angle of 161.62º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C2A0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 194 160 -
CMYK 0.57 0 0.18 0.24
HSL 161.62º 0.48% 0.54% -
HSV(B) 161.62º 0.57% 0.76% -
XYZ 29.2 42.96 40.01 -
YUV 156.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 83 194 160 0.57 0 0.18 0.24 161.62 0.48 0.54
Hex 53 C2 A0 39 0 12 18 A2 30 36
Octal 123 302 240 71 0 22 30 242 60 66
Binary 1010011 11000010 10100000 111001 0 10010 11000 10100010 110000 110110

Color Harmonies of #53C2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C2A0

Black with #53C2A0

Text Example


Text Example

White with #53C2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,194,160); }

 H1.HeaderClassName
 {
   color: #53C2A0;
 }
 .AnyTagClassName
 {
   color: #53C2A0;
 }
</style>

background-color css

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

 a { background-color: rgb(83,194,160); }

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

border-color css

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

 span { border-color: rgb(83,194,160); }

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