Html Css Color HEX #52B99D Puerto Rico

📋 copy color: '#52B99D'

red 82 ◦ green 185 ◦ blue 157

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

Shades of Puerto Rico #52B99D

Tints of Puerto Rico #52B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.63%

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 19.34%
G = 43.63%
B = 37.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#52B99D (or 0x52B99D) is known color: Puerto Rico. HEX triplet: 52, B9 and 9D. RGB value is (82,185,157). Sum of RGB (Red+Green+Blue) = 82+185+157=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #52B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B99D is #AD4662. Grayscale: #979797. Windows color (decimal): -11355747 or 10336594. OLE color: 10336594.

HSL color Cylindrical-coordinate representation of color #52B99D: hue angle of 163.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B99D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 157 -
CMYK 0.56 0 0.15 0.27
HSL 163.69º 0.42% 0.52% -
HSV(B) 163.69º 0.56% 0.73% -
XYZ 26.91 38.93 37.99 -
YUV 151.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 82 185 157 0.56 0 0.15 0.27 163.69 0.42 0.52
Hex 52 B9 9D 38 0 F 1B A4 2A 34
Octal 122 271 235 70 0 17 33 244 52 64
Binary 1010010 10111001 10011101 111000 0 1111 11011 10100100 101010 110100

Color Harmonies of #52B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B99D

Black with #52B99D

Text Example


Text Example

White with #52B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,157); }

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

background-color css

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

 a { background-color: rgb(82,185,157); }

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

border-color css

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

 span { border-color: rgb(82,185,157); }

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