Html Css Color HEX #52AF9B Puerto Rico

📋 copy color: '#52AF9B'

red 82 ◦ green 175 ◦ blue 155

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

Shades of Puerto Rico #52AF9B

Tints of Puerto Rico #52AF9B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.48%

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

R = 19.9%
G = 42.48%
B = 37.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#52AF9B (or 0x52AF9B) is known color: Puerto Rico. HEX triplet: 52, AF and 9B. RGB value is (82,175,155). Sum of RGB (Red+Green+Blue) = 82+175+155=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF9B is #AD5064. Grayscale: #909090. Windows color (decimal): -11358309 or 10202962. OLE color: 10202962.

HSL color Cylindrical-coordinate representation of color #52AF9B: hue angle of 167.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF9B is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 155 -
CMYK 0.53 0 0.11 0.31
HSL 167.1º 0.37% 0.5% -
HSV(B) 167.1º 0.53% 0.69% -
XYZ 24.73 34.82 36.43 -
YUV 144.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 82 175 155 0.53 0 0.11 0.31 167.1 0.37 0.5
Hex 52 AF 9B 35 0 B 1F A7 25 32
Octal 122 257 233 65 0 13 37 247 45 62
Binary 1010010 10101111 10011011 110101 0 1011 11111 10100111 100101 110010

Color Harmonies of #52AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF9B

Black with #52AF9B

Text Example


Text Example

White with #52AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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