Html Css Color HEX #52C49C Puerto Rico

📋 copy color: '#52C49C'

red 82 ◦ green 196 ◦ blue 156

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

Shades of Puerto Rico #52C49C

Tints of Puerto Rico #52C49C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.16%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 18.89%
G = 45.16%
B = 35.94%

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

#52C49C (or 0x52C49C) is known color: Puerto Rico. HEX triplet: 52, C4 and 9C. RGB value is (82,196,156). Sum of RGB (Red+Green+Blue) = 82+196+156=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #52C49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C49C is #AD3B63. Grayscale: #9D9D9D. Windows color (decimal): -11352932 or 10273874. OLE color: 10273874.

HSL color Cylindrical-coordinate representation of color #52C49C: hue angle of 158.95º degrees, saturation: 0.49, 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 #52C49C is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 156 -
CMYK 0.58 0 0.20 0.23
HSL 158.95º 0.49% 0.55% -
HSV(B) 158.95º 0.58% 0.77% -
XYZ 29.22 43.67 38.34 -
YUV 157.35 127.23 74.25 -
System Red Green Blue C M Y K H S L
Decimal 82 196 156 0.58 0 0.20 0.23 158.95 0.49 0.55
Hex 52 C4 9C 3A 0 14 17 9F 31 37
Octal 122 304 234 72 0 24 27 237 61 67
Binary 1010010 11000100 10011100 111010 0 10100 10111 10011111 110001 110111

Color Harmonies of #52C49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C49C

Black with #52C49C

Text Example


Text Example

White with #52C49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,156); }

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

background-color css

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

 a { background-color: rgb(82,196,156); }

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

border-color css

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

 span { border-color: rgb(82,196,156); }

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