Html Css Color HEX #96DFDF Morning Glory

📋 copy color: '#96DFDF'

red 150 ◦ green 223 ◦ blue 223

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

Shades of Morning Glory #96DFDF

Tints of Morning Glory #96DFDF

RGB

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

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

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

R = 25.17%
G = 37.42%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96DFDF (or 0x96DFDF) is known color: Morning Glory. HEX triplet: 96, DF and DF. RGB value is (150,223,223). Sum of RGB (Red+Green+Blue) = 150+223+223=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #96DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFDF is #692020. Grayscale: #C9C9C9. Windows color (decimal): -6889505 or 14671766. OLE color: 14671766.

HSL color Cylindrical-coordinate representation of color #96DFDF: hue angle of 180º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFDF is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 223 -
CMYK 0.33 0 0 0.13
HSL 180º 0.53% 0.73% -
HSV(B) 180º 0.33% 0.87% -
XYZ 52.28 64.59 79.52 -
YUV 201.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 150 223 223 0.33 0 0 0.13 180 0.53 0.73
Hex 96 DF DF 21 0 0 D B4 35 49
Octal 226 337 337 41 0 0 15 264 65 111
Binary 10010110 11011111 11011111 100001 0 0 1101 10110100 110101 1001001

Color Harmonies of #96DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DFDF

Black with #96DFDF

Text Example


Text Example

White with #96DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,223); }

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

background-color css

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

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

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

border-color css

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

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

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