Html Css Color HEX #52C099 Puerto Rico

📋 copy color: '#52C099'

red 82 ◦ green 192 ◦ blue 153

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

Shades of Puerto Rico #52C099

Tints of Puerto Rico #52C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.96%

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

R = 19.2%
G = 44.96%
B = 35.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#52C099 (or 0x52C099) is known color: Puerto Rico. HEX triplet: 52, C0 and 99. RGB value is (82,192,153). Sum of RGB (Red+Green+Blue) = 82+192+153=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #52C099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C099 is #AD3F66. Grayscale: #9A9A9A. Windows color (decimal): -11353959 or 10076242. OLE color: 10076242.

HSL color Cylindrical-coordinate representation of color #52C099: hue angle of 158.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C099 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 153 -
CMYK 0.57 0 0.20 0.25
HSL 158.73º 0.47% 0.54% -
HSV(B) 158.73º 0.57% 0.75% -
XYZ 28.08 41.79 36.72 -
YUV 154.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 82 192 153 0.57 0 0.20 0.25 158.73 0.47 0.54
Hex 52 C0 99 39 0 14 19 9F 2F 36
Octal 122 300 231 71 0 24 31 237 57 66
Binary 1010010 11000000 10011001 111001 0 10100 11001 10011111 101111 110110

Color Harmonies of #52C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C099

Black with #52C099

Text Example


Text Example

White with #52C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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