Html Css Color HEX #96E0DC Morning Glory

📋 copy color: '#96E0DC'

red 150 ◦ green 224 ◦ blue 220

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

Shades of Morning Glory #96E0DC

Tints of Morning Glory #96E0DC

RGB

 RED value IS 150 (58.98% from 255) = 25.25%

 GREEN value IS 224 (87.89% from 255) = 37.71%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 25.25%
G = 37.71%
B = 37.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#96E0DC (or 0x96E0DC) is known color: Morning Glory. HEX triplet: 96, E0 and DC. RGB value is (150,224,220). Sum of RGB (Red+Green+Blue) = 150+224+220=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96E0DC is #691F23. Grayscale: #C9C9C9. Windows color (decimal): -6889252 or 14475414. OLE color: 14475414.

HSL color Cylindrical-coordinate representation of color #96E0DC: hue angle of 176.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E0DC is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 224 220 -
CMYK 0.33 0 0.02 0.12
HSL 176.76º 0.54% 0.73% -
HSV(B) 176.76º 0.33% 0.88% -
XYZ 52.15 64.96 77.5 -
YUV 201.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 150 224 220 0.33 0 0.02 0.12 176.76 0.54 0.73
Hex 96 E0 DC 21 0 2 C B1 36 49
Octal 226 340 334 41 0 2 14 261 66 111
Binary 10010110 11100000 11011100 100001 0 10 1100 10110001 110110 1001001

Color Harmonies of #96E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0DC

Black with #96E0DC

Text Example


Text Example

White with #96E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E0DC; }

 p { color: rgb(150,224,220); }

 H1.HeaderClassName
 {
   color: #96E0DC;
 }
 .AnyTagClassName
 {
   color: #96E0DC;
 }
</style>

background-color css

<style>
 a { background-color: #96E0DC; }

 a { background-color: rgb(150,224,220); }

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

border-color css

<style>
 span { border-color: #96E0DC; }

 span { border-color: rgb(150,224,220); }

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