Html Css Color HEX #52BDA9 Puerto Rico

📋 copy color: '#52BDA9'

red 82 ◦ green 189 ◦ blue 169

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

Shades of Puerto Rico #52BDA9

Tints of Puerto Rico #52BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 18.64%
G = 42.95%
B = 38.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#52BDA9 (or 0x52BDA9) is known color: Puerto Rico. HEX triplet: 52, BD and A9. RGB value is (82,189,169). Sum of RGB (Red+Green+Blue) = 82+189+169=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BDA9 is #AD4256. Grayscale: #9A9A9A. Windows color (decimal): -11354711 or 11124050. OLE color: 11124050.

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

Color convert

RGB 82 189 169 -
CMYK 0.57 0 0.11 0.26
HSL 168.79º 0.45% 0.53% -
HSV(B) 168.79º 0.57% 0.74% -
XYZ 28.84 41.05 43.94 -
YUV 154.73 136.05 76.13 -
System Red Green Blue C M Y K H S L
Decimal 82 189 169 0.57 0 0.11 0.26 168.79 0.45 0.53
Hex 52 BD A9 39 0 B 1A A9 2D 35
Octal 122 275 251 71 0 13 32 251 55 65
Binary 1010010 10111101 10101001 111001 0 1011 11010 10101001 101101 110101

Color Harmonies of #52BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDA9

Black with #52BDA9

Text Example


Text Example

White with #52BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,169); }

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

background-color css

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

 a { background-color: rgb(82,189,169); }

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

border-color css

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

 span { border-color: rgb(82,189,169); }

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