Html Css Color HEX #53C5A2 Puerto Rico

📋 copy color: '#53C5A2'

red 83 ◦ green 197 ◦ blue 162

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

Shades of Puerto Rico #53C5A2

Tints of Puerto Rico #53C5A2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.57%

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 18.78%
G = 44.57%
B = 36.65%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#53C5A2 (or 0x53C5A2) is known color: Puerto Rico. HEX triplet: 53, C5 and A2. RGB value is (83,197,162). Sum of RGB (Red+Green+Blue) = 83+197+162=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #53C5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C5A2 is #AC3A5D. Grayscale: #9E9E9E. Windows color (decimal): -11287134 or 10667347. OLE color: 10667347.

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

Color convert

RGB 83 197 162 -
CMYK 0.58 0 0.18 0.23
HSL 161.58º 0.5% 0.55% -
HSV(B) 161.58º 0.58% 0.77% -
XYZ 30.06 44.38 41.16 -
YUV 158.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 83 197 162 0.58 0 0.18 0.23 161.58 0.5 0.55
Hex 53 C5 A2 3A 0 12 17 A2 32 37
Octal 123 305 242 72 0 22 27 242 62 67
Binary 1010011 11000101 10100010 111010 0 10010 10111 10100010 110010 110111

Color Harmonies of #53C5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C5A2

Black with #53C5A2

Text Example


Text Example

White with #53C5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,162); }

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

background-color css

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

 a { background-color: rgb(83,197,162); }

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

border-color css

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

 span { border-color: rgb(83,197,162); }

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