Html Css Color HEX #5DCCA2 Medium Aquamarine

📋 copy color: '#5DCCA2'

red 93 ◦ green 204 ◦ blue 162

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

Shades of Medium Aquamarine #5DCCA2

Tints of Medium Aquamarine #5DCCA2

RGB

 RED value IS 93 (36.72% from 255) = 20.26%

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

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 20.26%
G = 44.44%
B = 35.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#5DCCA2 (or 0x5DCCA2) is known color: Medium Aquamarine. HEX triplet: 5D, CC and A2. RGB value is (93,204,162). Sum of RGB (Red+Green+Blue) = 93+204+162=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCCA2 is #A2335D. Grayscale: #A6A6A6. Windows color (decimal): -10629982 or 10669149. OLE color: 10669149.

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

Color convert

RGB 93 204 162 -
CMYK 0.54 0 0.21 0.2
HSL 157.3º 0.52% 0.58% -
HSV(B) 157.3º 0.54% 0.8% -
XYZ 32.63 48.12 41.75 -
YUV 166.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 93 204 162 0.54 0 0.21 0.2 157.3 0.52 0.58
Hex 5D CC A2 36 0 15 14 9D 34 3A
Octal 135 314 242 66 0 25 24 235 64 72
Binary 1011101 11001100 10100010 110110 0 10101 10100 10011101 110100 111010

Color Harmonies of #5DCCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCCA2

Black with #5DCCA2

Text Example


Text Example

White with #5DCCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,204,162); }

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

background-color css

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

 a { background-color: rgb(93,204,162); }

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

border-color css

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

 span { border-color: rgb(93,204,162); }

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