Html Css Color HEX #52B89B Puerto Rico

📋 copy color: '#52B89B'

red 82 ◦ green 184 ◦ blue 155

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

Shades of Puerto Rico #52B89B

Tints of Puerto Rico #52B89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 19.48%
G = 43.71%
B = 36.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#52B89B (or 0x52B89B) is known color: Puerto Rico. HEX triplet: 52, B8 and 9B. RGB value is (82,184,155). Sum of RGB (Red+Green+Blue) = 82+184+155=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #52B89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B89B is #AD4764. Grayscale: #969696. Windows color (decimal): -11356005 or 10205266. OLE color: 10205266.

HSL color Cylindrical-coordinate representation of color #52B89B: hue angle of 162.94º 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 #52B89B is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 155 -
CMYK 0.55 0 0.16 0.28
HSL 162.94º 0.42% 0.52% -
HSV(B) 162.94º 0.55% 0.72% -
XYZ 26.54 38.44 37.03 -
YUV 150.2 130.71 79.36 -
System Red Green Blue C M Y K H S L
Decimal 82 184 155 0.55 0 0.16 0.28 162.94 0.42 0.52
Hex 52 B8 9B 37 0 10 1C A3 2A 34
Octal 122 270 233 67 0 20 34 243 52 64
Binary 1010010 10111000 10011011 110111 0 10000 11100 10100011 101010 110100

Color Harmonies of #52B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B89B

Black with #52B89B

Text Example


Text Example

White with #52B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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