Html Css Color HEX #96CAC9 Morning Glory

📋 copy color: '#96CAC9'

red 150 ◦ green 202 ◦ blue 201

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

Shades of Morning Glory #96CAC9

Tints of Morning Glory #96CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 27.12%
G = 36.53%
B = 36.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#96CAC9 (or 0x96CAC9) is known color: Morning Glory. HEX triplet: 96, CA and C9. RGB value is (150,202,201). Sum of RGB (Red+Green+Blue) = 150+202+201=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC9 is #693536. Grayscale: #BABABA. Windows color (decimal): -6894903 or 13224598. OLE color: 13224598.

HSL color Cylindrical-coordinate representation of color #96CAC9: hue angle of 178.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CAC9 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 201 -
CMYK 0.26 0 0.00 0.21
HSL 178.85º 0.33% 0.69% -
HSV(B) 178.85º 0.26% 0.79% -
XYZ 44.24 52.94 63.15 -
YUV 186.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 150 202 201 0.26 0 0.00 0.21 178.85 0.33 0.69
Hex 96 CA C9 1A 0 0 15 B3 21 45
Octal 226 312 311 32 0 0 25 263 41 105
Binary 10010110 11001010 11001001 11010 0 0 10101 10110011 100001 1000101

Color Harmonies of #96CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC9

Black with #96CAC9

Text Example


Text Example

White with #96CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,201); }

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

background-color css

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

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

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

border-color css

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

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

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