Html Css Color HEX #94E2DB Morning Glory

📋 copy color: '#94E2DB'

red 148 ◦ green 226 ◦ blue 219

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

Shades of Morning Glory #94E2DB

Tints of Morning Glory #94E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.11%

 BLUE value IS 219 (85.94% from 255) = 36.93%

R = 24.96%
G = 38.11%
B = 36.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#94E2DB (or 0x94E2DB) is known color: Morning Glory. HEX triplet: 94, E2 and DB. RGB value is (148,226,219). Sum of RGB (Red+Green+Blue) = 148+226+219=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #94E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E2DB is #6B1D24. Grayscale: #C9C9C9. Windows color (decimal): -7019813 or 14410388. OLE color: 14410388.

HSL color Cylindrical-coordinate representation of color #94E2DB: hue angle of 174.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E2DB is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 226 219 -
CMYK 0.35 0 0.03 0.11
HSL 174.62º 0.57% 0.73% -
HSV(B) 174.62º 0.35% 0.89% -
XYZ 52.2 65.8 76.97 -
YUV 201.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 148 226 219 0.35 0 0.03 0.11 174.62 0.57 0.73
Hex 94 E2 DB 23 0 3 B AF 39 49
Octal 224 342 333 43 0 3 13 257 71 111
Binary 10010100 11100010 11011011 100011 0 11 1011 10101111 111001 1001001

Color Harmonies of #94E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E2DB

Black with #94E2DB

Text Example


Text Example

White with #94E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,226,219); }

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

background-color css

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

 a { background-color: rgb(148,226,219); }

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

border-color css

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

 span { border-color: rgb(148,226,219); }

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