Html Css Color HEX #52CCB2 Medium Aquamarine

📋 copy color: '#52CCB2'

red 82 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #52CCB2

Tints of Medium Aquamarine #52CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 17.67%
G = 43.97%
B = 38.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#52CCB2 (or 0x52CCB2) is known color: Medium Aquamarine. HEX triplet: 52, CC and B2. RGB value is (82,204,178). Sum of RGB (Red+Green+Blue) = 82+204+178=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCB2 is #AD334D. Grayscale: #A4A4A4. Windows color (decimal): -11350862 or 11717714. OLE color: 11717714.

HSL color Cylindrical-coordinate representation of color #52CCB2: hue angle of 167.21º 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 #52CCB2 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 178 -
CMYK 0.60 0 0.13 0.2
HSL 167.21º 0.54% 0.56% -
HSV(B) 167.21º 0.6% 0.8% -
XYZ 33.11 48.19 49.68 -
YUV 164.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 82 204 178 0.60 0 0.13 0.2 167.21 0.54 0.56
Hex 52 CC B2 3C 0 D 14 A7 36 38
Octal 122 314 262 74 0 15 24 247 66 70
Binary 1010010 11001100 10110010 111100 0 1101 10100 10100111 110110 111000

Color Harmonies of #52CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCB2

Black with #52CCB2

Text Example


Text Example

White with #52CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,178); }

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

background-color css

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

 a { background-color: rgb(82,204,178); }

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

border-color css

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

 span { border-color: rgb(82,204,178); }

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