Html Css Color HEX #90ABAB Ziggurat

📋 copy color: '#90ABAB'

red 144 ◦ green 171 ◦ blue 171

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

Shades of Ziggurat #90ABAB

Tints of Ziggurat #90ABAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.19%

R = 29.63%
G = 35.19%
B = 35.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#90ABAB (or 0x90ABAB) is known color: Ziggurat. HEX triplet: 90, AB and AB. RGB value is (144,171,171). Sum of RGB (Red+Green+Blue) = 144+171+171=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #90ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAB is #6F5454. Grayscale: #A2A2A2. Windows color (decimal): -7296085 or 11250576. OLE color: 11250576.

HSL color Cylindrical-coordinate representation of color #90ABAB: hue angle of 180º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90ABAB is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 171 171 -
CMYK 0.16 0 0 0.33
HSL 180º 0.14% 0.62% -
HSV(B) 180º 0.16% 0.67% -
XYZ 33.42 38 44.1 -
YUV 162.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 144 171 171 0.16 0 0 0.33 180 0.14 0.62
Hex 90 AB AB 10 0 0 21 B4 E 3E
Octal 220 253 253 20 0 0 41 264 16 76
Binary 10010000 10101011 10101011 10000 0 0 100001 10110100 1110 111110

Color Harmonies of #90ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABAB

Black with #90ABAB

Text Example


Text Example

White with #90ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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