Html Css Color HEX #52C59E Puerto Rico

📋 copy color: '#52C59E'

red 82 ◦ green 197 ◦ blue 158

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

Shades of Puerto Rico #52C59E

Tints of Puerto Rico #52C59E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

 BLUE value IS 158 (62.11% from 255) = 36.16%

R = 18.76%
G = 45.08%
B = 36.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#52C59E (or 0x52C59E) is known color: Puerto Rico. HEX triplet: 52, C5 and 9E. RGB value is (82,197,158). Sum of RGB (Red+Green+Blue) = 82+197+158=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #52C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C59E is #AD3A61. Grayscale: #9E9E9E. Windows color (decimal): -11352674 or 10405202. OLE color: 10405202.

HSL color Cylindrical-coordinate representation of color #52C59E: hue angle of 159.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C59E is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 158 -
CMYK 0.58 0 0.20 0.23
HSL 159.65º 0.5% 0.55% -
HSV(B) 159.65º 0.58% 0.77% -
XYZ 29.62 44.19 39.32 -
YUV 158.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 82 197 158 0.58 0 0.20 0.23 159.65 0.5 0.55
Hex 52 C5 9E 3A 0 14 17 A0 32 37
Octal 122 305 236 72 0 24 27 240 62 67
Binary 1010010 11000101 10011110 111010 0 10100 10111 10100000 110010 110111

Color Harmonies of #52C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C59E

Black with #52C59E

Text Example


Text Example

White with #52C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,158); }

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

background-color css

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

 a { background-color: rgb(82,197,158); }

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

border-color css

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

 span { border-color: rgb(82,197,158); }

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