Html Css Color HEX #53C3A2 Puerto Rico

📋 copy color: '#53C3A2'

red 83 ◦ green 195 ◦ blue 162

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

Shades of Puerto Rico #53C3A2

Tints of Puerto Rico #53C3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.32%

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

R = 18.86%
G = 44.32%
B = 36.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#53C3A2 (or 0x53C3A2) is known color: Puerto Rico. HEX triplet: 53, C3 and A2. RGB value is (83,195,162). Sum of RGB (Red+Green+Blue) = 83+195+162=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #53C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C3A2 is #AC3C5D. Grayscale: #9D9D9D. Windows color (decimal): -11287646 or 10666835. OLE color: 10666835.

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

Color convert

RGB 83 195 162 -
CMYK 0.57 0 0.17 0.24
HSL 162.32º 0.48% 0.55% -
HSV(B) 162.32º 0.57% 0.76% -
XYZ 29.6 43.48 41.01 -
YUV 157.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 83 195 162 0.57 0 0.17 0.24 162.32 0.48 0.55
Hex 53 C3 A2 39 0 11 18 A2 30 37
Octal 123 303 242 71 0 21 30 242 60 67
Binary 1010011 11000011 10100010 111001 0 10001 11000 10100010 110000 110111

Color Harmonies of #53C3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C3A2

Black with #53C3A2

Text Example


Text Example

White with #53C3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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