Html Css Color HEX #52C9AC Puerto Rico

📋 copy color: '#52C9AC'

red 82 ◦ green 201 ◦ blue 172

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

Shades of Puerto Rico #52C9AC

Tints of Puerto Rico #52C9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

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

R = 18.02%
G = 44.18%
B = 37.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#52C9AC (or 0x52C9AC) is known color: Puerto Rico. HEX triplet: 52, C9 and AC. RGB value is (82,201,172). Sum of RGB (Red+Green+Blue) = 82+201+172=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C9AC is #AD3653. Grayscale: #A2A2A2. Windows color (decimal): -11351636 or 11323730. OLE color: 11323730.

HSL color Cylindrical-coordinate representation of color #52C9AC: hue angle of 165.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C9AC is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 201 172 -
CMYK 0.59 0 0.14 0.21
HSL 165.38º 0.52% 0.55% -
HSV(B) 165.38º 0.59% 0.79% -
XYZ 31.81 46.55 46.34 -
YUV 162.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 82 201 172 0.59 0 0.14 0.21 165.38 0.52 0.55
Hex 52 C9 AC 3B 0 E 15 A5 34 37
Octal 122 311 254 73 0 16 25 245 64 67
Binary 1010010 11001001 10101100 111011 0 1110 10101 10100101 110100 110111

Color Harmonies of #52C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9AC

Black with #52C9AC

Text Example


Text Example

White with #52C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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