Html Css Color HEX #52C6AF Puerto Rico

📋 copy color: '#52C6AF'

red 82 ◦ green 198 ◦ blue 175

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

Shades of Puerto Rico #52C6AF

Tints of Puerto Rico #52C6AF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.52%

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

R = 18.02%
G = 43.52%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#52C6AF (or 0x52C6AF) is known color: Puerto Rico. HEX triplet: 52, C6 and AF. RGB value is (82,198,175). Sum of RGB (Red+Green+Blue) = 82+198+175=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #52C6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C6AF is #AD3950. Grayscale: #A0A0A0. Windows color (decimal): -11352401 or 11519570. OLE color: 11519570.

HSL color Cylindrical-coordinate representation of color #52C6AF: hue angle of 168.1º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C6AF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 175 -
CMYK 0.59 0 0.12 0.22
HSL 168.1º 0.5% 0.55% -
HSV(B) 168.1º 0.59% 0.78% -
XYZ 31.41 45.28 47.64 -
YUV 160.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 82 198 175 0.59 0 0.12 0.22 168.1 0.5 0.55
Hex 52 C6 AF 3B 0 C 16 A8 32 37
Octal 122 306 257 73 0 14 26 250 62 67
Binary 1010010 11000110 10101111 111011 0 1100 10110 10101000 110010 110111

Color Harmonies of #52C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C6AF

Black with #52C6AF

Text Example


Text Example

White with #52C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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