#98c3c2

Color #98C3C2 Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #98C3C2

Tints of Morning Glory #98C3C2

Color information

#98C3C2 (or 0x98C3C2) is unknown color: approx Morning Glory. HEX triplet: 98, C3 and C2. RGB value is (152,195,194). Sum of RGB (Red+Green+Blue) = 152+195+194=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #98C3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C3C2 is #673C3D. Grayscale: #B5B5B5. Windows color (decimal): -6765630 or 12764056. OLE color: 12764056.

HSL color Cylindrical-coordinate representation of color #98C3C2: hue angle of 178.6º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C3C2 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB152195194-
CMYK0.2200.010.24
HSL178.6º26.38%68.04%-
HSV(B)178.6º22.05%76.47%-
XYZ42.249.658.39-
YUV182.03134.75106.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.10%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=28.10%
G=36.04%
B=35.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951940.2200.010.24178.626.3868.04
Hex98C3C2160118b31a44
Octal23030330226013026332104
Binary10011000110000111100001010110011100010110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98c3c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98c3c2; }

 p { color: rgb(152,195,194); }

 H1.HeaderClassName
 {
   color: #98c3c2;
 }
 .AnyTagClassName
 {
   color: #98c3c2;
 }
</style>
background-color css

<style>
 a { background-color: #98c3c2; }

 a { background-color: rgb(152,195,194); }

 div.DivClassName
 {
   background-color: #98c3c2;
 }
 .BgClassName
 {
   background-color: #98c3c2;
 }
</style>
border-color css

<style>
 span { border-color: #98c3c2; }

 span { border-color: rgb(152,195,194); }

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