Html Css Color HEX #99CACA Morning Glory

📋 copy color: '#99CACA'

red 153 ◦ green 202 ◦ blue 202

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

Shades of Morning Glory #99CACA

Tints of Morning Glory #99CACA

RGB

 RED value IS 153 (60.16% from 255) = 27.47%

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

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

R = 27.47%
G = 36.27%
B = 36.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99CACA (or 0x99CACA) is known color: Morning Glory. HEX triplet: 99, CA and CA. RGB value is (153,202,202). Sum of RGB (Red+Green+Blue) = 153+202+202=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #99CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CACA is #663535. Grayscale: #BBBBBB. Windows color (decimal): -6698294 or 13290137. OLE color: 13290137.

HSL color Cylindrical-coordinate representation of color #99CACA: hue angle of 180º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CACA is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 202 202 -
CMYK 0.24 0 0 0.21
HSL 180º 0.32% 0.7% -
HSV(B) 180º 0.24% 0.79% -
XYZ 44.92 53.28 63.79 -
YUV 187.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 153 202 202 0.24 0 0 0.21 180 0.32 0.7
Hex 99 CA CA 18 0 0 15 B4 20 46
Octal 231 312 312 30 0 0 25 264 40 106
Binary 10011001 11001010 11001010 11000 0 0 10101 10110100 100000 1000110

Color Harmonies of #99CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CACA

Black with #99CACA

Text Example


Text Example

White with #99CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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