Html Css Color HEX #52BC99 Puerto Rico

📋 copy color: '#52BC99'

red 82 ◦ green 188 ◦ blue 153

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

Shades of Puerto Rico #52BC99

Tints of Puerto Rico #52BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.44%

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

R = 19.39%
G = 44.44%
B = 36.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#52BC99 (or 0x52BC99) is known color: Puerto Rico. HEX triplet: 52, BC and 99. RGB value is (82,188,153). Sum of RGB (Red+Green+Blue) = 82+188+153=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC99 is #AD4366. Grayscale: #989898. Windows color (decimal): -11354983 or 10075218. OLE color: 10075218.

HSL color Cylindrical-coordinate representation of color #52BC99: hue angle of 160.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC99 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 153 -
CMYK 0.56 0 0.19 0.26
HSL 160.19º 0.44% 0.53% -
HSV(B) 160.19º 0.56% 0.74% -
XYZ 27.21 40.06 36.44 -
YUV 152.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 82 188 153 0.56 0 0.19 0.26 160.19 0.44 0.53
Hex 52 BC 99 38 0 13 1A A0 2C 35
Octal 122 274 231 70 0 23 32 240 54 65
Binary 1010010 10111100 10011001 111000 0 10011 11010 10100000 101100 110101

Color Harmonies of #52BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC99

Black with #52BC99

Text Example


Text Example

White with #52BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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