Html Css Color HEX #52B5A2 Puerto Rico

📋 copy color: '#52B5A2'

red 82 ◦ green 181 ◦ blue 162

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

Shades of Puerto Rico #52B5A2

Tints of Puerto Rico #52B5A2

RGB

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

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

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

R = 19.29%
G = 42.59%
B = 38.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#52B5A2 (or 0x52B5A2) is known color: Puerto Rico. HEX triplet: 52, B5 and A2. RGB value is (82,181,162). Sum of RGB (Red+Green+Blue) = 82+181+162=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B5A2 is #AD4A5D. Grayscale: #959595. Windows color (decimal): -11356766 or 10663250. OLE color: 10663250.

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

Color convert

RGB 82 181 162 -
CMYK 0.55 0 0.10 0.29
HSL 168.48º 0.4% 0.52% -
HSV(B) 168.48º 0.55% 0.71% -
XYZ 26.53 37.45 40.01 -
YUV 149.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 82 181 162 0.55 0 0.10 0.29 168.48 0.4 0.52
Hex 52 B5 A2 37 0 A 1D A8 28 34
Octal 122 265 242 67 0 12 35 250 50 64
Binary 1010010 10110101 10100010 110111 0 1010 11101 10101000 101000 110100

Color Harmonies of #52B5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B5A2

Black with #52B5A2

Text Example


Text Example

White with #52B5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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