Html Css Color HEX #98CACA Morning Glory

📋 copy color: '#98CACA'

red 152 ◦ green 202 ◦ blue 202

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

Shades of Morning Glory #98CACA

Tints of Morning Glory #98CACA

RGB

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

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

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

R = 27.34%
G = 36.33%
B = 36.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#98CACA (or 0x98CACA) is known color: Morning Glory. HEX triplet: 98, CA and CA. RGB value is (152,202,202). Sum of RGB (Red+Green+Blue) = 152+202+202=556 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.34% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #98CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CACA is #673535. Grayscale: #BBBBBB. Windows color (decimal): -6763830 or 13290136. OLE color: 13290136.

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

Color convert

RGB 152 202 202 -
CMYK 0.25 0 0 0.21
HSL 180º 0.32% 0.69% -
HSV(B) 180º 0.25% 0.79% -
XYZ 44.73 53.18 63.78 -
YUV 187.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 152 202 202 0.25 0 0 0.21 180 0.32 0.69
Hex 98 CA CA 19 0 0 15 B4 20 45
Octal 230 312 312 31 0 0 25 264 40 105
Binary 10011000 11001010 11001010 11001 0 0 10101 10110100 100000 1000101

Color Harmonies of #98CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CACA

Black with #98CACA

Text Example


Text Example

White with #98CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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