Html Css Color HEX #94FDEB Aquamarine

📋 copy color: '#94FDEB'

red 148 ◦ green 253 ◦ blue 235

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

Shades of Aquamarine #94FDEB

Tints of Aquamarine #94FDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 23.27%
G = 39.78%
B = 36.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#94FDEB (or 0x94FDEB) is known color: Aquamarine. HEX triplet: 94, FD and EB. RGB value is (148,253,235). Sum of RGB (Red+Green+Blue) = 148+253+235=636 (84% of max value = 765). Red value is 148 (58.20% from 255 or 23.27% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #94FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94FDEB is #6B0214. Grayscale: #DBDBDB. Windows color (decimal): -7012885 or 15465876. OLE color: 15465876.

HSL color Cylindrical-coordinate representation of color #94FDEB: hue angle of 169.71º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94FDEB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 235 -
CMYK 0.42 0 0.07 0.01
HSL 169.71º 0.96% 0.79% -
HSV(B) 169.71º 0.42% 0.99% -
XYZ 62.33 82.54 91.24 -
YUV 219.55 136.71 76.96 -
System Red Green Blue C M Y K H S L
Decimal 148 253 235 0.42 0 0.07 0.01 169.71 0.96 0.79
Hex 94 FD EB 2A 0 7 1 AA 60 4F
Octal 224 375 353 52 0 7 1 252 140 117
Binary 10010100 11111101 11101011 101010 0 111 1 10101010 1100000 1001111

Color Harmonies of #94FDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FDEB

Black with #94FDEB

Text Example


Text Example

White with #94FDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,253,235); }

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

background-color css

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

 a { background-color: rgb(148,253,235); }

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

border-color css

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

 span { border-color: rgb(148,253,235); }

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