Html Css Color HEX #96CCCA Morning Glory

📋 copy color: '#96CCCA'

red 150 ◦ green 204 ◦ blue 202

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

Shades of Morning Glory #96CCCA

Tints of Morning Glory #96CCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

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

R = 26.98%
G = 36.69%
B = 36.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#96CCCA (or 0x96CCCA) is known color: Morning Glory. HEX triplet: 96, CC and CA. RGB value is (150,204,202). Sum of RGB (Red+Green+Blue) = 150+204+202=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #96CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CCCA is #693335. Grayscale: #BBBBBB. Windows color (decimal): -6894390 or 13290646. OLE color: 13290646.

HSL color Cylindrical-coordinate representation of color #96CCCA: hue angle of 177.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CCCA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 202 -
CMYK 0.26 0 0.01 0.2
HSL 177.78º 0.35% 0.69% -
HSV(B) 177.78º 0.26% 0.8% -
XYZ 44.83 53.93 63.92 -
YUV 187.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 150 204 202 0.26 0 0.01 0.2 177.78 0.35 0.69
Hex 96 CC CA 1A 0 1 14 B2 23 45
Octal 226 314 312 32 0 1 24 262 43 105
Binary 10010110 11001100 11001010 11010 0 1 10100 10110010 100011 1000101

Color Harmonies of #96CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CCCA

Black with #96CCCA

Text Example


Text Example

White with #96CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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