Html Css Color HEX #93ABAE Botticelli

📋 copy color: '#93ABAE'

red 147 ◦ green 171 ◦ blue 174

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

Shades of Botticelli #93ABAE

Tints of Botticelli #93ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 29.88%
G = 34.76%
B = 35.37%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#93ABAE (or 0x93ABAE) is known color: Botticelli. HEX triplet: 93, AB and AE. RGB value is (147,171,174). Sum of RGB (Red+Green+Blue) = 147+171+174=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #93ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ABAE is #6C5451. Grayscale: #A4A4A4. Windows color (decimal): -7099474 or 11447187. OLE color: 11447187.

HSL color Cylindrical-coordinate representation of color #93ABAE: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93ABAE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 171 174 -
CMYK 0.16 0.02 0 0.32
HSL 186.67º 0.14% 0.63% -
HSV(B) 186.67º 0.16% 0.68% -
XYZ 34.24 38.38 45.65 -
YUV 164.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 147 171 174 0.16 0.02 0 0.32 186.67 0.14 0.63
Hex 93 AB AE 10 2 0 20 BB E 3F
Octal 223 253 256 20 2 0 40 273 16 77
Binary 10010011 10101011 10101110 10000 10 0 100000 10111011 1110 111111

Color Harmonies of #93ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABAE

Black with #93ABAE

Text Example


Text Example

White with #93ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,174); }

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

background-color css

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

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

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

border-color css

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

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

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