Html Css Color HEX #90B4A5 Skeptic

📋 copy color: '#90B4A5'

red 144 ◦ green 180 ◦ blue 165

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

Shades of Skeptic #90B4A5

Tints of Skeptic #90B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 29.45%
G = 36.81%
B = 33.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#90B4A5 (or 0x90B4A5) is known color: Skeptic. HEX triplet: 90, B4 and A5. RGB value is (144,180,165). Sum of RGB (Red+Green+Blue) = 144+180+165=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4A5 is #6F4B5A. Grayscale: #A7A7A7. Windows color (decimal): -7293787 or 10859664. OLE color: 10859664.

HSL color Cylindrical-coordinate representation of color #90B4A5: hue angle of 155º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B4A5 is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 165 -
CMYK 0.2 0 0.08 0.29
HSL 155º 0.19% 0.64% -
HSV(B) 155º 0.2% 0.71% -
XYZ 34.61 41.29 41.74 -
YUV 167.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 144 180 165 0.2 0 0.08 0.29 155 0.19 0.64
Hex 90 B4 A5 14 0 8 1D 9B 13 40
Octal 220 264 245 24 0 10 35 233 23 100
Binary 10010000 10110100 10100101 10100 0 1000 11101 10011011 10011 1000000

Color Harmonies of #90B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B4A5

Black with #90B4A5

Text Example


Text Example

White with #90B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,180,165); }

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

background-color css

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

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

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

border-color css

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

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

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