Html Css Color HEX #5EFDCA Aquamarine

📋 copy color: '#5EFDCA'

red 94 ◦ green 253 ◦ blue 202

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

Shades of Aquamarine #5EFDCA

Tints of Aquamarine #5EFDCA

RGB

 RED value IS 94 (37.11% from 255) = 17.12%

 GREEN value IS 253 (99.22% from 255) = 46.08%

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 17.12%
G = 46.08%
B = 36.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#5EFDCA (or 0x5EFDCA) is known color: Aquamarine. HEX triplet: 5E, FD and CA. RGB value is (94,253,202). Sum of RGB (Red+Green+Blue) = 94+253+202=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFDCA is #A10235. Grayscale: #C7C7C7. Windows color (decimal): -10551862 or 13303134. OLE color: 13303134.

HSL color Cylindrical-coordinate representation of color #5EFDCA: hue angle of 160.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDCA is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 253 202 -
CMYK 0.63 0 0.20 0.01
HSL 160.75º 0.98% 0.68% -
HSV(B) 160.75º 0.63% 0.99% -
XYZ 50.4 76.89 68.06 -
YUV 199.65 129.32 52.65 -
System Red Green Blue C M Y K H S L
Decimal 94 253 202 0.63 0 0.20 0.01 160.75 0.98 0.68
Hex 5E FD CA 3F 0 14 1 A1 62 44
Octal 136 375 312 77 0 24 1 241 142 104
Binary 1011110 11111101 11001010 111111 0 10100 1 10100001 1100010 1000100

Color Harmonies of #5EFDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFDCA

Black with #5EFDCA

Text Example


Text Example

White with #5EFDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,253,202); }

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

background-color css

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

 a { background-color: rgb(94,253,202); }

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

border-color css

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

 span { border-color: rgb(94,253,202); }

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