Html Css Color HEX #53B2A2 Puerto Rico

📋 copy color: '#53B2A2'

red 83 ◦ green 178 ◦ blue 162

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

Shades of Puerto Rico #53B2A2

Tints of Puerto Rico #53B2A2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 19.62%
G = 42.08%
B = 38.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#53B2A2 (or 0x53B2A2) is known color: Puerto Rico. HEX triplet: 53, B2 and A2. RGB value is (83,178,162). Sum of RGB (Red+Green+Blue) = 83+178+162=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #53B2A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B2A2 is #AC4D5D. Grayscale: #939393. Windows color (decimal): -11291998 or 10662483. OLE color: 10662483.

HSL color Cylindrical-coordinate representation of color #53B2A2: hue angle of 169.89º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B2A2 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 162 -
CMYK 0.53 0 0.09 0.30
HSL 169.89º 0.38% 0.51% -
HSV(B) 169.89º 0.53% 0.7% -
XYZ 26.01 36.29 39.82 -
YUV 147.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 83 178 162 0.53 0 0.09 0.30 169.89 0.38 0.51
Hex 53 B2 A2 35 0 9 1E AA 26 33
Octal 123 262 242 65 0 11 36 252 46 63
Binary 1010011 10110010 10100010 110101 0 1001 11110 10101010 100110 110011

Color Harmonies of #53B2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2A2

Black with #53B2A2

Text Example


Text Example

White with #53B2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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