Html Css Color HEX #94FCE1 Aquamarine

📋 copy color: '#94FCE1'

red 148 ◦ green 252 ◦ blue 225

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

Shades of Aquamarine #94FCE1

Tints of Aquamarine #94FCE1

RGB

 RED value IS 148 (58.2% from 255) = 23.68%

 GREEN value IS 252 (98.83% from 255) = 40.32%

 BLUE value IS 225 (88.28% from 255) = 36%

R = 23.68%
G = 40.32%
B = 36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#94FCE1 (or 0x94FCE1) is known color: Aquamarine. HEX triplet: 94, FC and E1. RGB value is (148,252,225). Sum of RGB (Red+Green+Blue) = 148+252+225=625 (82% of max value = 765). Red value is 148 (58.20% from 255 or 23.68% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94FCE1 is #6B031E. Grayscale: #D9D9D9. Windows color (decimal): -7013151 or 14810260. OLE color: 14810260.

HSL color Cylindrical-coordinate representation of color #94FCE1: hue angle of 164.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCE1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 225 -
CMYK 0.41 0 0.11 0.01
HSL 164.42º 0.95% 0.78% -
HSV(B) 164.42º 0.41% 0.99% -
XYZ 60.61 81.35 83.74 -
YUV 217.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 148 252 225 0.41 0 0.11 0.01 164.42 0.95 0.78
Hex 94 FC E1 29 0 B 1 A4 5F 4E
Octal 224 374 341 51 0 13 1 244 137 116
Binary 10010100 11111100 11100001 101001 0 1011 1 10100100 1011111 1001110

Color Harmonies of #94FCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCE1

Black with #94FCE1

Text Example


Text Example

White with #94FCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FCE1; }

 p { color: rgb(148,252,225); }

 H1.HeaderClassName
 {
   color: #94FCE1;
 }
 .AnyTagClassName
 {
   color: #94FCE1;
 }
</style>

background-color css

<style>
 a { background-color: #94FCE1; }

 a { background-color: rgb(148,252,225); }

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

border-color css

<style>
 span { border-color: #94FCE1; }

 span { border-color: rgb(148,252,225); }

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