Html Css Color HEX #52C0AF Puerto Rico

📋 copy color: '#52C0AF'

red 82 ◦ green 192 ◦ blue 175

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

Shades of Puerto Rico #52C0AF

Tints of Puerto Rico #52C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.76%

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 18.26%
G = 42.76%
B = 38.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#52C0AF (or 0x52C0AF) is known color: Puerto Rico. HEX triplet: 52, C0 and AF. RGB value is (82,192,175). Sum of RGB (Red+Green+Blue) = 82+192+175=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #52C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C0AF is #AD3F50. Grayscale: #9D9D9D. Windows color (decimal): -11353937 or 11518034. OLE color: 11518034.

HSL color Cylindrical-coordinate representation of color #52C0AF: hue angle of 170.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C0AF is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 175 -
CMYK 0.57 0 0.09 0.25
HSL 170.73º 0.47% 0.54% -
HSV(B) 170.73º 0.57% 0.75% -
XYZ 30.07 42.59 47.19 -
YUV 157.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 82 192 175 0.57 0 0.09 0.25 170.73 0.47 0.54
Hex 52 C0 AF 39 0 9 19 AB 2F 36
Octal 122 300 257 71 0 11 31 253 57 66
Binary 1010010 11000000 10101111 111001 0 1001 11001 10101011 101111 110110

Color Harmonies of #52C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0AF

Black with #52C0AF

Text Example


Text Example

White with #52C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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