Html Css Color HEX #52BEAC Puerto Rico

📋 copy color: '#52BEAC'

red 82 ◦ green 190 ◦ blue 172

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

Shades of Puerto Rico #52BEAC

Tints of Puerto Rico #52BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.79%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 18.47%
G = 42.79%
B = 38.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#52BEAC (or 0x52BEAC) is known color: Puerto Rico. HEX triplet: 52, BE and AC. RGB value is (82,190,172). Sum of RGB (Red+Green+Blue) = 82+190+172=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BEAC is #AD4153. Grayscale: #9B9B9B. Windows color (decimal): -11354452 or 11320914. OLE color: 11320914.

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

Color convert

RGB 82 190 172 -
CMYK 0.57 0 0.09 0.25
HSL 170º 0.45% 0.53% -
HSV(B) 170º 0.57% 0.75% -
XYZ 29.34 41.6 45.51 -
YUV 155.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 82 190 172 0.57 0 0.09 0.25 170 0.45 0.53
Hex 52 BE AC 39 0 9 19 AA 2D 35
Octal 122 276 254 71 0 11 31 252 55 65
Binary 1010010 10111110 10101100 111001 0 1001 11001 10101010 101101 110101

Color Harmonies of #52BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BEAC

Black with #52BEAC

Text Example


Text Example

White with #52BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,172); }

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

background-color css

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

 a { background-color: rgb(82,190,172); }

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

border-color css

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

 span { border-color: rgb(82,190,172); }

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