Html Css Color HEX #52C9AB Puerto Rico

📋 copy color: '#52C9AB'

red 82 ◦ green 201 ◦ blue 171

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

Shades of Puerto Rico #52C9AB

Tints of Puerto Rico #52C9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 18.06%
G = 44.27%
B = 37.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#52C9AB (or 0x52C9AB) is known color: Puerto Rico. HEX triplet: 52, C9 and AB. RGB value is (82,201,171). Sum of RGB (Red+Green+Blue) = 82+201+171=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #52C9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C9AB is #AD3654. Grayscale: #A2A2A2. Windows color (decimal): -11351637 or 11258194. OLE color: 11258194.

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

Color convert

RGB 82 201 171 -
CMYK 0.59 0 0.15 0.21
HSL 164.87º 0.52% 0.55% -
HSV(B) 164.87º 0.59% 0.79% -
XYZ 31.72 46.51 45.83 -
YUV 162 133.08 70.94 -
System Red Green Blue C M Y K H S L
Decimal 82 201 171 0.59 0 0.15 0.21 164.87 0.52 0.55
Hex 52 C9 AB 3B 0 F 15 A5 34 37
Octal 122 311 253 73 0 17 25 245 64 67
Binary 1010010 11001001 10101011 111011 0 1111 10101 10100101 110100 110111

Color Harmonies of #52C9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9AB

Black with #52C9AB

Text Example


Text Example

White with #52C9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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