Html Css Color HEX #52B89D Puerto Rico

📋 copy color: '#52B89D'

red 82 ◦ green 184 ◦ blue 157

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

Shades of Puerto Rico #52B89D

Tints of Puerto Rico #52B89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

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

R = 19.39%
G = 43.5%
B = 37.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#52B89D (or 0x52B89D) is known color: Puerto Rico. HEX triplet: 52, B8 and 9D. RGB value is (82,184,157). Sum of RGB (Red+Green+Blue) = 82+184+157=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #52B89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B89D is #AD4762. Grayscale: #969696. Windows color (decimal): -11356003 or 10336338. OLE color: 10336338.

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

Color convert

RGB 82 184 157 -
CMYK 0.55 0 0.15 0.28
HSL 164.12º 0.42% 0.52% -
HSV(B) 164.12º 0.55% 0.72% -
XYZ 26.71 38.51 37.92 -
YUV 150.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 82 184 157 0.55 0 0.15 0.28 164.12 0.42 0.52
Hex 52 B8 9D 37 0 F 1C A4 2A 34
Octal 122 270 235 67 0 17 34 244 52 64
Binary 1010010 10111000 10011101 110111 0 1111 11100 10100100 101010 110100

Color Harmonies of #52B89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B89D

Black with #52B89D

Text Example


Text Example

White with #52B89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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