Html Css Color HEX #53AFA2 Puerto Rico

📋 copy color: '#53AFA2'

red 83 ◦ green 175 ◦ blue 162

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

Shades of Puerto Rico #53AFA2

Tints of Puerto Rico #53AFA2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.67%

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

R = 19.76%
G = 41.67%
B = 38.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#53AFA2 (or 0x53AFA2) is known color: Puerto Rico. HEX triplet: 53, AF and A2. RGB value is (83,175,162). Sum of RGB (Red+Green+Blue) = 83+175+162=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA2 is #AC505D. Grayscale: #919191. Windows color (decimal): -11292766 or 10661715. OLE color: 10661715.

HSL color Cylindrical-coordinate representation of color #53AFA2: hue angle of 171.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFA2 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 162 -
CMYK 0.53 0 0.07 0.31
HSL 171.52º 0.37% 0.51% -
HSV(B) 171.52º 0.53% 0.69% -
XYZ 25.42 35.11 39.62 -
YUV 146.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 83 175 162 0.53 0 0.07 0.31 171.52 0.37 0.51
Hex 53 AF A2 35 0 7 1F AC 25 33
Octal 123 257 242 65 0 7 37 254 45 63
Binary 1010011 10101111 10100010 110101 0 111 11111 10101100 100101 110011

Color Harmonies of #53AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFA2

Black with #53AFA2

Text Example


Text Example

White with #53AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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