Html Css Color HEX #52C89A Puerto Rico

📋 copy color: '#52C89A'

red 82 ◦ green 200 ◦ blue 154

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

Shades of Puerto Rico #52C89A

Tints of Puerto Rico #52C89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 18.81%
G = 45.87%
B = 35.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#52C89A (or 0x52C89A) is known color: Puerto Rico. HEX triplet: 52, C8 and 9A. RGB value is (82,200,154). Sum of RGB (Red+Green+Blue) = 82+200+154=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #52C89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C89A is #AD3765. Grayscale: #9F9F9F. Windows color (decimal): -11351910 or 10143826. OLE color: 10143826.

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

Color convert

RGB 82 200 154 -
CMYK 0.59 0 0.23 0.22
HSL 156.61º 0.52% 0.55% -
HSV(B) 156.61º 0.59% 0.78% -
XYZ 29.97 45.44 37.76 -
YUV 159.47 124.91 72.74 -
System Red Green Blue C M Y K H S L
Decimal 82 200 154 0.59 0 0.23 0.22 156.61 0.52 0.55
Hex 52 C8 9A 3B 0 17 16 9D 34 37
Octal 122 310 232 73 0 27 26 235 64 67
Binary 1010010 11001000 10011010 111011 0 10111 10110 10011101 110100 110111

Color Harmonies of #52C89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C89A

Black with #52C89A

Text Example


Text Example

White with #52C89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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