Html Css Color HEX #52C0A0 Puerto Rico

📋 copy color: '#52C0A0'

red 82 ◦ green 192 ◦ blue 160

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

Shades of Puerto Rico #52C0A0

Tints of Puerto Rico #52C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.24%

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

R = 18.89%
G = 44.24%
B = 36.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#52C0A0 (or 0x52C0A0) is known color: Puerto Rico. HEX triplet: 52, C0 and A0. RGB value is (82,192,160). Sum of RGB (Red+Green+Blue) = 82+192+160=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0A0 is #AD3F5F. Grayscale: #9B9B9B. Windows color (decimal): -11353952 or 10534994. OLE color: 10534994.

HSL color Cylindrical-coordinate representation of color #52C0A0: hue angle of 162.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C0A0 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 160 -
CMYK 0.57 0 0.17 0.25
HSL 162.55º 0.47% 0.54% -
HSV(B) 162.55º 0.57% 0.75% -
XYZ 28.67 42.03 39.86 -
YUV 155.46 130.56 75.6 -
System Red Green Blue C M Y K H S L
Decimal 82 192 160 0.57 0 0.17 0.25 162.55 0.47 0.54
Hex 52 C0 A0 39 0 11 19 A3 2F 36
Octal 122 300 240 71 0 21 31 243 57 66
Binary 1010010 11000000 10100000 111001 0 10001 11001 10100011 101111 110110

Color Harmonies of #52C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0A0

Black with #52C0A0

Text Example


Text Example

White with #52C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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