Html Css Color HEX #52B89C Puerto Rico

📋 copy color: '#52B89C'

red 82 ◦ green 184 ◦ blue 156

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

Shades of Puerto Rico #52B89C

Tints of Puerto Rico #52B89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 19.43%
G = 43.6%
B = 36.97%

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

#52B89C (or 0x52B89C) is known color: Puerto Rico. HEX triplet: 52, B8 and 9C. RGB value is (82,184,156). Sum of RGB (Red+Green+Blue) = 82+184+156=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #52B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B89C is #AD4763. Grayscale: #969696. Windows color (decimal): -11356004 or 10270802. OLE color: 10270802.

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

Color convert

RGB 82 184 156 -
CMYK 0.55 0 0.15 0.28
HSL 163.53º 0.42% 0.52% -
HSV(B) 163.53º 0.55% 0.72% -
XYZ 26.62 38.48 37.48 -
YUV 150.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 82 184 156 0.55 0 0.15 0.28 163.53 0.42 0.52
Hex 52 B8 9C 37 0 F 1C A4 2A 34
Octal 122 270 234 67 0 17 34 244 52 64
Binary 1010010 10111000 10011100 110111 0 1111 11100 10100100 101010 110100

Color Harmonies of #52B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B89C

Black with #52B89C

Text Example


Text Example

White with #52B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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