Html Css Color HEX #52C299 Puerto Rico

📋 copy color: '#52C299'

red 82 ◦ green 194 ◦ blue 153

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

Shades of Puerto Rico #52C299

Tints of Puerto Rico #52C299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

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

R = 19.11%
G = 45.22%
B = 35.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#52C299 (or 0x52C299) is known color: Puerto Rico. HEX triplet: 52, C2 and 99. RGB value is (82,194,153). Sum of RGB (Red+Green+Blue) = 82+194+153=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #52C299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C299 is #AD3D66. Grayscale: #9B9B9B. Windows color (decimal): -11353447 or 10076754. OLE color: 10076754.

HSL color Cylindrical-coordinate representation of color #52C299: hue angle of 158.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C299 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 153 -
CMYK 0.58 0 0.21 0.24
HSL 158.04º 0.48% 0.54% -
HSV(B) 158.04º 0.58% 0.76% -
XYZ 28.52 42.68 36.87 -
YUV 155.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 82 194 153 0.58 0 0.21 0.24 158.04 0.48 0.54
Hex 52 C2 99 3A 0 15 18 9E 30 36
Octal 122 302 231 72 0 25 30 236 60 66
Binary 1010010 11000010 10011001 111010 0 10101 11000 10011110 110000 110110

Color Harmonies of #52C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C299

Black with #52C299

Text Example


Text Example

White with #52C299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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