Html Css Color HEX #5CCCAB Medium Aquamarine

📋 copy color: '#5CCCAB'

red 92 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #5CCCAB

Tints of Medium Aquamarine #5CCCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.62%

R = 19.7%
G = 43.68%
B = 36.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#5CCCAB (or 0x5CCCAB) is known color: Medium Aquamarine. HEX triplet: 5C, CC and AB. RGB value is (92,204,171). Sum of RGB (Red+Green+Blue) = 92+204+171=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCAB is #A33354. Grayscale: #A6A6A6. Windows color (decimal): -10695509 or 11258972. OLE color: 11258972.

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

Color convert

RGB 92 204 171 -
CMYK 0.55 0 0.16 0.2
HSL 162.32º 0.52% 0.58% -
HSV(B) 162.32º 0.55% 0.8% -
XYZ 33.36 48.4 46.11 -
YUV 166.75 130.39 74.68 -
System Red Green Blue C M Y K H S L
Decimal 92 204 171 0.55 0 0.16 0.2 162.32 0.52 0.58
Hex 5C CC AB 37 0 10 14 A2 34 3A
Octal 134 314 253 67 0 20 24 242 64 72
Binary 1011100 11001100 10101011 110111 0 10000 10100 10100010 110100 111010

Color Harmonies of #5CCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCCAB

Black with #5CCCAB

Text Example


Text Example

White with #5CCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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