Html Css Color HEX #52CCB5 Medium Aquamarine

📋 copy color: '#52CCB5'

red 82 ◦ green 204 ◦ blue 181

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

Shades of Medium Aquamarine #52CCB5

Tints of Medium Aquamarine #52CCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 17.56%
G = 43.68%
B = 38.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#52CCB5 (or 0x52CCB5) is known color: Medium Aquamarine. HEX triplet: 52, CC and B5. RGB value is (82,204,181). Sum of RGB (Red+Green+Blue) = 82+204+181=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCB5 is #AD334A. Grayscale: #A4A4A4. Windows color (decimal): -11350859 or 11914322. OLE color: 11914322.

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

Color convert

RGB 82 204 181 -
CMYK 0.60 0 0.11 0.2
HSL 168.69º 0.54% 0.56% -
HSV(B) 168.69º 0.6% 0.8% -
XYZ 33.41 48.32 51.28 -
YUV 164.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 82 204 181 0.60 0 0.11 0.2 168.69 0.54 0.56
Hex 52 CC B5 3C 0 B 14 A9 36 38
Octal 122 314 265 74 0 13 24 251 66 70
Binary 1010010 11001100 10110101 111100 0 1011 10100 10101001 110110 111000

Color Harmonies of #52CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCB5

Black with #52CCB5

Text Example


Text Example

White with #52CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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