Html Css Color HEX #52B5AD Puerto Rico

📋 copy color: '#52B5AD'

red 82 ◦ green 181 ◦ blue 173

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

Shades of Puerto Rico #52B5AD

Tints of Puerto Rico #52B5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 18.81%
G = 41.51%
B = 39.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#52B5AD (or 0x52B5AD) is known color: Puerto Rico. HEX triplet: 52, B5 and AD. RGB value is (82,181,173). Sum of RGB (Red+Green+Blue) = 82+181+173=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B5AD is #AD4A52. Grayscale: #969696. Windows color (decimal): -11356755 or 11384146. OLE color: 11384146.

HSL color Cylindrical-coordinate representation of color #52B5AD: hue angle of 175.15º 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 #52B5AD is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 173 -
CMYK 0.55 0 0.04 0.29
HSL 175.15º 0.4% 0.52% -
HSV(B) 175.15º 0.55% 0.71% -
XYZ 27.55 37.86 45.39 -
YUV 150.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 82 181 173 0.55 0 0.04 0.29 175.15 0.4 0.52
Hex 52 B5 AD 37 0 4 1D AF 28 34
Octal 122 265 255 67 0 4 35 257 50 64
Binary 1010010 10110101 10101101 110111 0 100 11101 10101111 101000 110100

Color Harmonies of #52B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B5AD

Black with #52B5AD

Text Example


Text Example

White with #52B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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