Html Css Color HEX #52CBA9 Puerto Rico

📋 copy color: '#52CBA9'

red 82 ◦ green 203 ◦ blue 169

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

Shades of Puerto Rico #52CBA9

Tints of Puerto Rico #52CBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.71%

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

R = 18.06%
G = 44.71%
B = 37.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#52CBA9 (or 0x52CBA9) is known color: Puerto Rico. HEX triplet: 52, CB and A9. RGB value is (82,203,169). Sum of RGB (Red+Green+Blue) = 82+203+169=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CBA9 is #AD3456. Grayscale: #A2A2A2. Windows color (decimal): -11351127 or 11127634. OLE color: 11127634.

HSL color Cylindrical-coordinate representation of color #52CBA9: hue angle of 163.14º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBA9 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 169 -
CMYK 0.60 0 0.17 0.20
HSL 163.14º 0.54% 0.56% -
HSV(B) 163.14º 0.6% 0.8% -
XYZ 32 47.37 44.99 -
YUV 162.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 82 203 169 0.60 0 0.17 0.20 163.14 0.54 0.56
Hex 52 CB A9 3C 0 11 14 A3 36 38
Octal 122 313 251 74 0 21 24 243 66 70
Binary 1010010 11001011 10101001 111100 0 10001 10100 10100011 110110 111000

Color Harmonies of #52CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBA9

Black with #52CBA9

Text Example


Text Example

White with #52CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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