Html Css Color HEX #52C99A Puerto Rico

📋 copy color: '#52C99A'

red 82 ◦ green 201 ◦ blue 154

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

Shades of Puerto Rico #52C99A

Tints of Puerto Rico #52C99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46%

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

R = 18.76%
G = 46%
B = 35.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#52C99A (or 0x52C99A) is known color: Puerto Rico. HEX triplet: 52, C9 and 9A. RGB value is (82,201,154). Sum of RGB (Red+Green+Blue) = 82+201+154=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #52C99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C99A is #AD3665. Grayscale: #A0A0A0. Windows color (decimal): -11351654 or 10144082. OLE color: 10144082.

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

Color convert

RGB 82 201 154 -
CMYK 0.59 0 0.23 0.21
HSL 156.3º 0.52% 0.55% -
HSV(B) 156.3º 0.59% 0.79% -
XYZ 30.2 45.9 37.84 -
YUV 160.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 82 201 154 0.59 0 0.23 0.21 156.3 0.52 0.55
Hex 52 C9 9A 3B 0 17 15 9C 34 37
Octal 122 311 232 73 0 27 25 234 64 67
Binary 1010010 11001001 10011010 111011 0 10111 10101 10011100 110100 110111

Color Harmonies of #52C99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C99A

Black with #52C99A

Text Example


Text Example

White with #52C99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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