Html Css Color HEX #98CCCC Morning Glory

📋 copy color: '#98CCCC'

red 152 ◦ green 204 ◦ blue 204

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

Shades of Morning Glory #98CCCC

Tints of Morning Glory #98CCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 27.14%
G = 36.43%
B = 36.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#98CCCC (or 0x98CCCC) is known color: Morning Glory. HEX triplet: 98, CC and CC. RGB value is (152,204,204). Sum of RGB (Red+Green+Blue) = 152+204+204=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #98CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCCC is #673333. Grayscale: #BCBCBC. Windows color (decimal): -6763316 or 13421720. OLE color: 13421720.

HSL color Cylindrical-coordinate representation of color #98CCCC: hue angle of 180º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCCC is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 204 -
CMYK 0.25 0 0 0.2
HSL 180º 0.34% 0.7% -
HSV(B) 180º 0.25% 0.8% -
XYZ 45.44 54.22 65.2 -
YUV 188.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 152 204 204 0.25 0 0 0.2 180 0.34 0.7
Hex 98 CC CC 19 0 0 14 B4 22 46
Octal 230 314 314 31 0 0 24 264 42 106
Binary 10011000 11001100 11001100 11001 0 0 10100 10110100 100010 1000110

Color Harmonies of #98CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCCC

Black with #98CCCC

Text Example


Text Example

White with #98CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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