Html Css Color HEX #98CAC6 Morning Glory

📋 copy color: '#98CAC6'

red 152 ◦ green 202 ◦ blue 198

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

Shades of Morning Glory #98CAC6

Tints of Morning Glory #98CAC6

RGB

 RED value IS 152 (59.77% from 255) = 27.54%

 GREEN value IS 202 (79.3% from 255) = 36.59%

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 27.54%
G = 36.59%
B = 35.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#98CAC6 (or 0x98CAC6) is known color: Morning Glory. HEX triplet: 98, CA and C6. RGB value is (152,202,198). Sum of RGB (Red+Green+Blue) = 152+202+198=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CAC6 is #673539. Grayscale: #BABABA. Windows color (decimal): -6763834 or 13027992. OLE color: 13027992.

HSL color Cylindrical-coordinate representation of color #98CAC6: hue angle of 175.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 #98CAC6 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 202 198 -
CMYK 0.25 0 0.02 0.21
HSL 175.2º 0.32% 0.69% -
HSV(B) 175.2º 0.25% 0.79% -
XYZ 44.26 52.99 61.32 -
YUV 186.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 152 202 198 0.25 0 0.02 0.21 175.2 0.32 0.69
Hex 98 CA C6 19 0 2 15 AF 20 45
Octal 230 312 306 31 0 2 25 257 40 105
Binary 10011000 11001010 11000110 11001 0 10 10101 10101111 100000 1000101

Color Harmonies of #98CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CAC6

Black with #98CAC6

Text Example


Text Example

White with #98CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98CAC6;
 }
 .AnyTagClassName
 {
   color: #98CAC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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