Html Css Color HEX #96CFCF Morning Glory

📋 copy color: '#96CFCF'

red 150 ◦ green 207 ◦ blue 207

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

Shades of Morning Glory #96CFCF

Tints of Morning Glory #96CFCF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 26.6%
G = 36.7%
B = 36.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#96CFCF (or 0x96CFCF) is known color: Morning Glory. HEX triplet: 96, CF and CF. RGB value is (150,207,207). Sum of RGB (Red+Green+Blue) = 150+207+207=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #96CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFCF is #693030. Grayscale: #BDBDBD. Windows color (decimal): -6893617 or 13619094. OLE color: 13619094.

HSL color Cylindrical-coordinate representation of color #96CFCF: hue angle of 180º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFCF is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 207 -
CMYK 0.28 0 0 0.19
HSL 180º 0.37% 0.7% -
HSV(B) 180º 0.28% 0.81% -
XYZ 46.15 55.61 67.33 -
YUV 189.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 150 207 207 0.28 0 0 0.19 180 0.37 0.7
Hex 96 CF CF 1C 0 0 13 B4 25 46
Octal 226 317 317 34 0 0 23 264 45 106
Binary 10010110 11001111 11001111 11100 0 0 10011 10110100 100101 1000110

Color Harmonies of #96CFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFCF

Black with #96CFCF

Text Example


Text Example

White with #96CFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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