Html Css Color HEX #5CCCA6 Medium Aquamarine

📋 copy color: '#5CCCA6'

red 92 ◦ green 204 ◦ blue 166

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

Shades of Medium Aquamarine #5CCCA6

Tints of Medium Aquamarine #5CCCA6

RGB

 RED value IS 92 (36.33% from 255) = 19.91%

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

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

R = 19.91%
G = 44.16%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#5CCCA6 (or 0x5CCCA6) is known color: Medium Aquamarine. HEX triplet: 5C, CC and A6. RGB value is (92,204,166). Sum of RGB (Red+Green+Blue) = 92+204+166=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCA6 is #A33359. Grayscale: #A6A6A6. Windows color (decimal): -10695514 or 10931292. OLE color: 10931292.

HSL color Cylindrical-coordinate representation of color #5CCCA6: hue angle of 159.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCCA6 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 204 166 -
CMYK 0.55 0 0.19 0.2
HSL 159.64º 0.52% 0.58% -
HSV(B) 159.64º 0.55% 0.8% -
XYZ 32.89 48.21 43.65 -
YUV 166.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 92 204 166 0.55 0 0.19 0.2 159.64 0.52 0.58
Hex 5C CC A6 37 0 13 14 A0 34 3A
Octal 134 314 246 67 0 23 24 240 64 72
Binary 1011100 11001100 10100110 110111 0 10011 10100 10100000 110100 111010

Color Harmonies of #5CCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCA6

Black with #5CCCA6

Text Example


Text Example

White with #5CCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CCCA6; }

 p { color: rgb(92,204,166); }

 H1.HeaderClassName
 {
   color: #5CCCA6;
 }
 .AnyTagClassName
 {
   color: #5CCCA6;
 }
</style>

background-color css

<style>
 a { background-color: #5CCCA6; }

 a { background-color: rgb(92,204,166); }

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

border-color css

<style>
 span { border-color: #5CCCA6; }

 span { border-color: rgb(92,204,166); }

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