Html Css Color HEX #5CCDAF Medium Aquamarine

📋 copy color: '#5CCDAF'

red 92 ◦ green 205 ◦ blue 175

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

Shades of Medium Aquamarine #5CCDAF

Tints of Medium Aquamarine #5CCDAF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 19.49%
G = 43.43%
B = 37.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#5CCDAF (or 0x5CCDAF) is known color: Medium Aquamarine. HEX triplet: 5C, CD and AF. RGB value is (92,205,175). Sum of RGB (Red+Green+Blue) = 92+205+175=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #5CCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCDAF is #A33250. Grayscale: #A7A7A7. Windows color (decimal): -10695249 or 11521372. OLE color: 11521372.

HSL color Cylindrical-coordinate representation of color #5CCDAF: hue angle of 164.07º degrees, saturation: 0.53, 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 #5CCDAF is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 205 175 -
CMYK 0.55 0 0.15 0.20
HSL 164.07º 0.53% 0.58% -
HSV(B) 164.07º 0.55% 0.8% -
XYZ 33.98 49.03 48.23 -
YUV 167.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 92 205 175 0.55 0 0.15 0.20 164.07 0.53 0.58
Hex 5C CD AF 37 0 F 14 A4 35 3A
Octal 134 315 257 67 0 17 24 244 65 72
Binary 1011100 11001101 10101111 110111 0 1111 10100 10100100 110101 111010

Color Harmonies of #5CCDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CCDAF

Black with #5CCDAF

Text Example


Text Example

White with #5CCDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,205,175); }

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

background-color css

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

 a { background-color: rgb(92,205,175); }

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

border-color css

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

 span { border-color: rgb(92,205,175); }

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