Html Css Color HEX #52B5A0 Puerto Rico

📋 copy color: '#52B5A0'

red 82 ◦ green 181 ◦ blue 160

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

Shades of Puerto Rico #52B5A0

Tints of Puerto Rico #52B5A0

RGB

 RED value IS 82 (32.42% from 255) = 19.39%

 GREEN value IS 181 (71.09% from 255) = 42.79%

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

R = 19.39%
G = 42.79%
B = 37.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#52B5A0 (or 0x52B5A0) is known color: Puerto Rico. HEX triplet: 52, B5 and A0. RGB value is (82,181,160). Sum of RGB (Red+Green+Blue) = 82+181+160=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B5A0 is #AD4A5F. Grayscale: #949494. Windows color (decimal): -11356768 or 10532178. OLE color: 10532178.

HSL color Cylindrical-coordinate representation of color #52B5A0: hue angle of 167.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B5A0 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 160 -
CMYK 0.55 0 0.12 0.29
HSL 167.27º 0.4% 0.52% -
HSV(B) 167.27º 0.55% 0.71% -
XYZ 26.35 37.38 39.08 -
YUV 149.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 82 181 160 0.55 0 0.12 0.29 167.27 0.4 0.52
Hex 52 B5 A0 37 0 C 1D A7 28 34
Octal 122 265 240 67 0 14 35 247 50 64
Binary 1010010 10110101 10100000 110111 0 1100 11101 10100111 101000 110100

Color Harmonies of #52B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B5A0

Black with #52B5A0

Text Example


Text Example

White with #52B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B5A0; }

 p { color: rgb(82,181,160); }

 H1.HeaderClassName
 {
   color: #52B5A0;
 }
 .AnyTagClassName
 {
   color: #52B5A0;
 }
</style>

background-color css

<style>
 a { background-color: #52B5A0; }

 a { background-color: rgb(82,181,160); }

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

border-color css

<style>
 span { border-color: #52B5A0; }

 span { border-color: rgb(82,181,160); }

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