Html Css Color HEX #96C0C2 Morning Glory

📋 copy color: '#96C0C2'

red 150 ◦ green 192 ◦ blue 194

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

Shades of Morning Glory #96C0C2

Tints of Morning Glory #96C0C2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

 BLUE value IS 194 (76.17% from 255) = 36.19%

R = 27.99%
G = 35.82%
B = 36.19%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96C0C2 (or 0x96C0C2) is known color: Morning Glory. HEX triplet: 96, C0 and C2. RGB value is (150,192,194). Sum of RGB (Red+Green+Blue) = 150+192+194=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #96C0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0C2 is #693F3D. Grayscale: #B3B3B3. Windows color (decimal): -6897470 or 12763286. OLE color: 12763286.

HSL color Cylindrical-coordinate representation of color #96C0C2: hue angle of 182.73º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C0C2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 192 194 -
CMYK 0.23 0.01 0 0.24
HSL 182.73º 0.27% 0.67% -
HSV(B) 182.73º 0.23% 0.76% -
XYZ 41.16 48.08 58.15 -
YUV 179.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 150 192 194 0.23 0.01 0 0.24 182.73 0.27 0.67
Hex 96 C0 C2 17 1 0 18 B7 1B 43
Octal 226 300 302 27 1 0 30 267 33 103
Binary 10010110 11000000 11000010 10111 1 0 11000 10110111 11011 1000011

Color Harmonies of #96C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0C2

Black with #96C0C2

Text Example


Text Example

White with #96C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,194); }

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

background-color css

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

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

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

border-color css

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

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

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