Html Css Color HEX #52C0AB Puerto Rico

📋 copy color: '#52C0AB'

red 82 ◦ green 192 ◦ blue 171

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

Shades of Puerto Rico #52C0AB

Tints of Puerto Rico #52C0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 18.43%
G = 43.15%
B = 38.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#52C0AB (or 0x52C0AB) is known color: Puerto Rico. HEX triplet: 52, C0 and AB. RGB value is (82,192,171). Sum of RGB (Red+Green+Blue) = 82+192+171=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0AB is #AD3F54. Grayscale: #9C9C9C. Windows color (decimal): -11353941 or 11255890. OLE color: 11255890.

HSL color Cylindrical-coordinate representation of color #52C0AB: hue angle of 168.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 #52C0AB is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 171 -
CMYK 0.57 0 0.11 0.25
HSL 168.55º 0.47% 0.54% -
HSV(B) 168.55º 0.57% 0.75% -
XYZ 29.68 42.43 45.15 -
YUV 156.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 82 192 171 0.57 0 0.11 0.25 168.55 0.47 0.54
Hex 52 C0 AB 39 0 B 19 A9 2F 36
Octal 122 300 253 71 0 13 31 251 57 66
Binary 1010010 11000000 10101011 111001 0 1011 11001 10101001 101111 110110

Color Harmonies of #52C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0AB

Black with #52C0AB

Text Example


Text Example

White with #52C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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