Html Css Color HEX #52AC9B Puerto Rico

📋 copy color: '#52AC9B'

red 82 ◦ green 172 ◦ blue 155

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

Shades of Puerto Rico #52AC9B

Tints of Puerto Rico #52AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.05%

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

R = 20.05%
G = 42.05%
B = 37.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#52AC9B (or 0x52AC9B) is known color: Puerto Rico. HEX triplet: 52, AC and 9B. RGB value is (82,172,155). Sum of RGB (Red+Green+Blue) = 82+172+155=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC9B is #AD5364. Grayscale: #8F8F8F. Windows color (decimal): -11359077 or 10202194. OLE color: 10202194.

HSL color Cylindrical-coordinate representation of color #52AC9B: hue angle of 168.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC9B is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 155 -
CMYK 0.52 0 0.10 0.33
HSL 168.67º 0.35% 0.5% -
HSV(B) 168.67º 0.52% 0.67% -
XYZ 24.15 33.67 36.24 -
YUV 143.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 82 172 155 0.52 0 0.10 0.33 168.67 0.35 0.5
Hex 52 AC 9B 34 0 A 21 A9 23 32
Octal 122 254 233 64 0 12 41 251 43 62
Binary 1010010 10101100 10011011 110100 0 1010 100001 10101001 100011 110010

Color Harmonies of #52AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC9B

Black with #52AC9B

Text Example


Text Example

White with #52AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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