Html Css Color HEX #52C1A6 Puerto Rico

📋 copy color: '#52C1A6'

red 82 ◦ green 193 ◦ blue 166

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

Shades of Puerto Rico #52C1A6

Tints of Puerto Rico #52C1A6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

 BLUE value IS 166 (65.23% from 255) = 37.64%

R = 18.59%
G = 43.76%
B = 37.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#52C1A6 (or 0x52C1A6) is known color: Puerto Rico. HEX triplet: 52, C1 and A6. RGB value is (82,193,166). Sum of RGB (Red+Green+Blue) = 82+193+166=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #52C1A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C1A6 is #AD3E59. Grayscale: #9C9C9C. Windows color (decimal): -11353690 or 10928466. OLE color: 10928466.

HSL color Cylindrical-coordinate representation of color #52C1A6: hue angle of 165.41º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C1A6 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 166 -
CMYK 0.58 0 0.14 0.24
HSL 165.41º 0.47% 0.54% -
HSV(B) 165.41º 0.58% 0.76% -
XYZ 29.43 42.69 42.76 -
YUV 156.73 133.23 74.7 -
System Red Green Blue C M Y K H S L
Decimal 82 193 166 0.58 0 0.14 0.24 165.41 0.47 0.54
Hex 52 C1 A6 3A 0 E 18 A5 2F 36
Octal 122 301 246 72 0 16 30 245 57 66
Binary 1010010 11000001 10100110 111010 0 1110 11000 10100101 101111 110110

Color Harmonies of #52C1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1A6

Black with #52C1A6

Text Example


Text Example

White with #52C1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,166); }

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

background-color css

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

 a { background-color: rgb(82,193,166); }

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

border-color css

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

 span { border-color: rgb(82,193,166); }

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