Html Css Color HEX #5EFECC Aquamarine

📋 copy color: '#5EFECC'

red 94 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #5EFECC

Tints of Aquamarine #5EFECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.01%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 17.03%
G = 46.01%
B = 36.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#5EFECC (or 0x5EFECC) is known color: Aquamarine. HEX triplet: 5E, FE and CC. RGB value is (94,254,204). Sum of RGB (Red+Green+Blue) = 94+254+204=552 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.03% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EFECC is #A10133. Grayscale: #C8C8C8. Windows color (decimal): -10551604 or 13434462. OLE color: 13434462.

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

Color convert

RGB 94 254 204 -
CMYK 0.63 0 0.20 0.00
HSL 161.25º 0.99% 0.68% -
HSV(B) 161.25º 0.63% 1% -
XYZ 50.96 77.62 69.42 -
YUV 200.46 129.99 52.07 -
System Red Green Blue C M Y K H S L
Decimal 94 254 204 0.63 0 0.20 0.00 161.25 0.99 0.68
Hex 5E FE CC 3F 0 14 0 A1 63 44
Octal 136 376 314 77 0 24 0 241 143 104
Binary 1011110 11111110 11001100 111111 0 10100 0 10100001 1100011 1000100

Color Harmonies of #5EFECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFECC

Black with #5EFECC

Text Example


Text Example

White with #5EFECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,254,204); }

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

background-color css

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

 a { background-color: rgb(94,254,204); }

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

border-color css

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

 span { border-color: rgb(94,254,204); }

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