Html Css Color HEX #96CFCA Morning Glory

📋 copy color: '#96CFCA'

red 150 ◦ green 207 ◦ blue 202

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

Shades of Morning Glory #96CFCA

Tints of Morning Glory #96CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 26.83%
G = 37.03%
B = 36.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#96CFCA (or 0x96CFCA) is known color: Morning Glory. HEX triplet: 96, CF and CA. RGB value is (150,207,202). Sum of RGB (Red+Green+Blue) = 150+207+202=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFCA is #693035. Grayscale: #BDBDBD. Windows color (decimal): -6893622 or 13291414. OLE color: 13291414.

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

Color convert

RGB 150 207 202 -
CMYK 0.28 0 0.02 0.19
HSL 174.74º 0.37% 0.7% -
HSV(B) 174.74º 0.28% 0.81% -
XYZ 45.55 55.37 64.16 -
YUV 189.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 150 207 202 0.28 0 0.02 0.19 174.74 0.37 0.7
Hex 96 CF CA 1C 0 2 13 AF 25 46
Octal 226 317 312 34 0 2 23 257 45 106
Binary 10010110 11001111 11001010 11100 0 10 10011 10101111 100101 1000110

Color Harmonies of #96CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFCA

Black with #96CFCA

Text Example


Text Example

White with #96CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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