Html Css Color HEX #96CAC5 Morning Glory

📋 copy color: '#96CAC5'

red 150 ◦ green 202 ◦ blue 197

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

Shades of Morning Glory #96CAC5

Tints of Morning Glory #96CAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.88%

R = 27.32%
G = 36.79%
B = 35.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#96CAC5 (or 0x96CAC5) is known color: Morning Glory. HEX triplet: 96, CA and C5. RGB value is (150,202,197). Sum of RGB (Red+Green+Blue) = 150+202+197=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #96CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CAC5 is #69353A. Grayscale: #B9B9B9. Windows color (decimal): -6894907 or 12962454. OLE color: 12962454.

HSL color Cylindrical-coordinate representation of color #96CAC5: hue angle of 174.23º 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 #96CAC5 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 197 -
CMYK 0.26 0 0.02 0.21
HSL 174.23º 0.33% 0.69% -
HSV(B) 174.23º 0.26% 0.79% -
XYZ 43.78 52.76 60.7 -
YUV 185.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 150 202 197 0.26 0 0.02 0.21 174.23 0.33 0.69
Hex 96 CA C5 1A 0 2 15 AE 21 45
Octal 226 312 305 32 0 2 25 256 41 105
Binary 10010110 11001010 11000101 11010 0 10 10101 10101110 100001 1000101

Color Harmonies of #96CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAC5

Black with #96CAC5

Text Example


Text Example

White with #96CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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