Html Css Color HEX #52CE9C Medium Aquamarine

📋 copy color: '#52CE9C'

red 82 ◦ green 206 ◦ blue 156

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

Shades of Medium Aquamarine #52CE9C

Tints of Medium Aquamarine #52CE9C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 18.47%
G = 46.4%
B = 35.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#52CE9C (or 0x52CE9C) is known color: Medium Aquamarine. HEX triplet: 52, CE and 9C. RGB value is (82,206,156). Sum of RGB (Red+Green+Blue) = 82+206+156=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE9C is #AD3163. Grayscale: #A3A3A3. Windows color (decimal): -11350372 or 10276434. OLE color: 10276434.

HSL color Cylindrical-coordinate representation of color #52CE9C: hue angle of 155.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE9C is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 156 -
CMYK 0.60 0 0.24 0.19
HSL 155.81º 0.56% 0.56% -
HSV(B) 155.81º 0.6% 0.81% -
XYZ 31.55 48.34 39.12 -
YUV 163.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 82 206 156 0.60 0 0.24 0.19 155.81 0.56 0.56
Hex 52 CE 9C 3C 0 18 13 9C 38 38
Octal 122 316 234 74 0 30 23 234 70 70
Binary 1010010 11001110 10011100 111100 0 11000 10011 10011100 111000 111000

Color Harmonies of #52CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE9C

Black with #52CE9C

Text Example


Text Example

White with #52CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,156); }

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

background-color css

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

 a { background-color: rgb(82,206,156); }

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

border-color css

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

 span { border-color: rgb(82,206,156); }

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