Html Css Color HEX #52C89D Puerto Rico

📋 copy color: '#52C89D'

red 82 ◦ green 200 ◦ blue 157

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

Shades of Puerto Rico #52C89D

Tints of Puerto Rico #52C89D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 18.68%
G = 45.56%
B = 35.76%

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

#52C89D (or 0x52C89D) is known color: Puerto Rico. HEX triplet: 52, C8 and 9D. RGB value is (82,200,157). Sum of RGB (Red+Green+Blue) = 82+200+157=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #52C89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C89D is #AD3762. Grayscale: #9F9F9F. Windows color (decimal): -11351907 or 10340434. OLE color: 10340434.

HSL color Cylindrical-coordinate representation of color #52C89D: hue angle of 158.14º 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 #52C89D is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 157 -
CMYK 0.59 0 0.22 0.22
HSL 158.14º 0.52% 0.55% -
HSV(B) 158.14º 0.59% 0.78% -
XYZ 30.22 45.54 39.1 -
YUV 159.82 126.41 72.5 -
System Red Green Blue C M Y K H S L
Decimal 82 200 157 0.59 0 0.22 0.22 158.14 0.52 0.55
Hex 52 C8 9D 3B 0 16 16 9E 34 37
Octal 122 310 235 73 0 26 26 236 64 67
Binary 1010010 11001000 10011101 111011 0 10110 10110 10011110 110100 110111

Color Harmonies of #52C89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C89D

Black with #52C89D

Text Example


Text Example

White with #52C89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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