Html Css Color HEX #52C89C Puerto Rico

📋 copy color: '#52C89C'

red 82 ◦ green 200 ◦ blue 156

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

Shades of Puerto Rico #52C89C

Tints of Puerto Rico #52C89C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 18.72%
G = 45.66%
B = 35.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#52C89C (or 0x52C89C) is known color: Puerto Rico. HEX triplet: 52, C8 and 9C. RGB value is (82,200,156). Sum of RGB (Red+Green+Blue) = 82+200+156=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #52C89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C89C is #AD3763. Grayscale: #9F9F9F. Windows color (decimal): -11351908 or 10274898. OLE color: 10274898.

HSL color Cylindrical-coordinate representation of color #52C89C: hue angle of 157.63º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C89C is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 156 -
CMYK 0.59 0 0.22 0.22
HSL 157.63º 0.52% 0.55% -
HSV(B) 157.63º 0.59% 0.78% -
XYZ 30.13 45.5 38.65 -
YUV 159.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 82 200 156 0.59 0 0.22 0.22 157.63 0.52 0.55
Hex 52 C8 9C 3B 0 16 16 9E 34 37
Octal 122 310 234 73 0 26 26 236 64 67
Binary 1010010 11001000 10011100 111011 0 10110 10110 10011110 110100 110111

Color Harmonies of #52C89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C89C

Black with #52C89C

Text Example


Text Example

White with #52C89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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