#98C4CA

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

Shades of Morning Glory #98C4CA

Tints of Morning Glory #98C4CA

Color information

#98C4CA (or 0x98C4CA) is unknown color: approx Morning Glory. HEX triplet: 98, C4 and CA. RGB value is (152,196,202). Sum of RGB (Red+Green+Blue) = 152+196+202=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #98C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C4CA is #673B35. Grayscale: #B7B7B7. Windows color (decimal): -6765366 or 13288600. OLE color: 13288600.

HSL color Cylindrical-coordinate representation of color #98C4CA: hue angle of 187.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C4CA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152196202-
CMYK0.250.0300.21
HSL187.2º32.05%69.41%-
HSV(B)187.2º24.75%79.22%-
XYZ43.3550.4263.32-
YUV183.53138.42105.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=27.64%
G=35.64%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521962020.250.0300.21187.232.0569.41
Hex98C4CA193015bb2045
Octal23030431231302527340105
Binary1001100011000100110010101100111010101101110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,202); }

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

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

 a { background-color: rgb(152,196,202); }

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

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

 span { border-color: rgb(152,196,202); }

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