Html Css Color HEX #52C999 Puerto Rico

📋 copy color: '#52C999'

red 82 ◦ green 201 ◦ blue 153

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

Shades of Puerto Rico #52C999

Tints of Puerto Rico #52C999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 18.81%
G = 46.1%
B = 35.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#52C999 (or 0x52C999) is known color: Puerto Rico. HEX triplet: 52, C9 and 99. RGB value is (82,201,153). Sum of RGB (Red+Green+Blue) = 82+201+153=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #52C999 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C999 is #AD3666. Grayscale: #A0A0A0. Windows color (decimal): -11351655 or 10078546. OLE color: 10078546.

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

Color convert

RGB 82 201 153 -
CMYK 0.59 0 0.24 0.21
HSL 155.8º 0.52% 0.55% -
HSV(B) 155.8º 0.59% 0.79% -
XYZ 30.12 45.87 37.4 -
YUV 159.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 82 201 153 0.59 0 0.24 0.21 155.8 0.52 0.55
Hex 52 C9 99 3B 0 18 15 9C 34 37
Octal 122 311 231 73 0 30 25 234 64 67
Binary 1010010 11001001 10011001 111011 0 11000 10101 10011100 110100 110111

Color Harmonies of #52C999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C999

Black with #52C999

Text Example


Text Example

White with #52C999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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