Html Css Color HEX #5CCCAA Medium Aquamarine

📋 copy color: '#5CCCAA'

red 92 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #5CCCAA

Tints of Medium Aquamarine #5CCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.48%

R = 19.74%
G = 43.78%
B = 36.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#5CCCAA (or 0x5CCCAA) is known color: Medium Aquamarine. HEX triplet: 5C, CC and AA. RGB value is (92,204,170). Sum of RGB (Red+Green+Blue) = 92+204+170=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCAA is #A33355. Grayscale: #A6A6A6. Windows color (decimal): -10695510 or 11193436. OLE color: 11193436.

HSL color Cylindrical-coordinate representation of color #5CCCAA: hue angle of 161.79º 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 #5CCCAA is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 92 204 170 -
CMYK 0.55 0 0.17 0.2
HSL 161.79º 0.52% 0.58% -
HSV(B) 161.79º 0.55% 0.8% -
XYZ 33.26 48.36 45.61 -
YUV 166.64 129.89 74.76 -
System Red Green Blue C M Y K H S L
Decimal 92 204 170 0.55 0 0.17 0.2 161.79 0.52 0.58
Hex 5C CC AA 37 0 11 14 A2 34 3A
Octal 134 314 252 67 0 21 24 242 64 72
Binary 1011100 11001100 10101010 110111 0 10001 10100 10100010 110100 111010

Color Harmonies of #5CCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCAA

Black with #5CCCAA

Text Example


Text Example

White with #5CCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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