Html Css Color HEX #93CACA Morning Glory

📋 copy color: '#93CACA'

red 147 ◦ green 202 ◦ blue 202

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

Shades of Morning Glory #93CACA

Tints of Morning Glory #93CACA

RGB

 RED value IS 147 (57.81% from 255) = 26.68%

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

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

R = 26.68%
G = 36.66%
B = 36.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93CACA (or 0x93CACA) is known color: Morning Glory. HEX triplet: 93, CA and CA. RGB value is (147,202,202). Sum of RGB (Red+Green+Blue) = 147+202+202=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #93CACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACA is #6C3535. Grayscale: #B9B9B9. Windows color (decimal): -7091510 or 13290131. OLE color: 13290131.

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

Color convert

RGB 147 202 202 -
CMYK 0.27 0 0 0.21
HSL 180º 0.34% 0.68% -
HSV(B) 180º 0.27% 0.79% -
XYZ 43.81 52.71 63.74 -
YUV 185.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 147 202 202 0.27 0 0 0.21 180 0.34 0.68
Hex 93 CA CA 1B 0 0 15 B4 22 44
Octal 223 312 312 33 0 0 25 264 42 104
Binary 10010011 11001010 11001010 11011 0 0 10101 10110100 100010 1000100

Color Harmonies of #93CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CACA

Black with #93CACA

Text Example


Text Example

White with #93CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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