Html Css Color HEX #94E1DF Morning Glory

📋 copy color: '#94E1DF'

red 148 ◦ green 225 ◦ blue 223

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

Shades of Morning Glory #94E1DF

Tints of Morning Glory #94E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.75%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 24.83%
G = 37.75%
B = 37.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#94E1DF (or 0x94E1DF) is known color: Morning Glory. HEX triplet: 94, E1 and DF. RGB value is (148,225,223). Sum of RGB (Red+Green+Blue) = 148+225+223=596 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.83% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #94E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E1DF is #6B1E20. Grayscale: #C9C9C9. Windows color (decimal): -7020065 or 14672276. OLE color: 14672276.

HSL color Cylindrical-coordinate representation of color #94E1DF: hue angle of 178.44º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E1DF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 223 -
CMYK 0.34 0 0.01 0.12
HSL 178.44º 0.56% 0.73% -
HSV(B) 178.44º 0.34% 0.88% -
XYZ 52.46 65.47 79.69 -
YUV 201.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 148 225 223 0.34 0 0.01 0.12 178.44 0.56 0.73
Hex 94 E1 DF 22 0 1 C B2 38 49
Octal 224 341 337 42 0 1 14 262 70 111
Binary 10010100 11100001 11011111 100010 0 1 1100 10110010 111000 1001001

Color Harmonies of #94E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E1DF

Black with #94E1DF

Text Example


Text Example

White with #94E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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