Html Css Color HEX #90ACAE Botticelli

📋 copy color: '#90ACAE'

red 144 ◦ green 172 ◦ blue 174

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

Shades of Botticelli #90ACAE

Tints of Botticelli #90ACAE

RGB

 RED value IS 144 (56.64% from 255) = 29.39%

 GREEN value IS 172 (67.58% from 255) = 35.1%

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

R = 29.39%
G = 35.1%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#90ACAE (or 0x90ACAE) is known color: Botticelli. HEX triplet: 90, AC and AE. RGB value is (144,172,174). Sum of RGB (Red+Green+Blue) = 144+172+174=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #90ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ACAE is #6F5351. Grayscale: #A3A3A3. Windows color (decimal): -7295826 or 11447440. OLE color: 11447440.

HSL color Cylindrical-coordinate representation of color #90ACAE: hue angle of 184º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90ACAE is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 172 174 -
CMYK 0.17 0.01 0 0.32
HSL 184º 0.16% 0.62% -
HSV(B) 184º 0.17% 0.68% -
XYZ 33.89 38.49 45.69 -
YUV 163.86 133.72 113.84 -
System Red Green Blue C M Y K H S L
Decimal 144 172 174 0.17 0.01 0 0.32 184 0.16 0.62
Hex 90 AC AE 11 1 0 20 B8 10 3E
Octal 220 254 256 21 1 0 40 270 20 76
Binary 10010000 10101100 10101110 10001 1 0 100000 10111000 10000 111110

Color Harmonies of #90ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACAE

Black with #90ACAE

Text Example


Text Example

White with #90ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90ACAE; }

 p { color: rgb(144,172,174); }

 H1.HeaderClassName
 {
   color: #90ACAE;
 }
 .AnyTagClassName
 {
   color: #90ACAE;
 }
</style>

background-color css

<style>
 a { background-color: #90ACAE; }

 a { background-color: rgb(144,172,174); }

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

border-color css

<style>
 span { border-color: #90ACAE; }

 span { border-color: rgb(144,172,174); }

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