Html Css Color HEX #90AF8A Mantle

📋 copy color: '#90AF8A'

red 144 ◦ green 175 ◦ blue 138

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

Shades of Mantle #90AF8A

Tints of Mantle #90AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.29%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 31.51%
G = 38.29%
B = 30.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#90AF8A (or 0x90AF8A) is known color: Mantle. HEX triplet: 90, AF and 8A. RGB value is (144,175,138). Sum of RGB (Red+Green+Blue) = 144+175+138=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF8A is #6F5075. Grayscale: #A1A1A1. Windows color (decimal): -7295094 or 9088912. OLE color: 9088912.

HSL color Cylindrical-coordinate representation of color #90AF8A: hue angle of 110.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90AF8A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 138 -
CMYK 0.18 0 0.21 0.31
HSL 110.27º 0.19% 0.61% -
HSV(B) 110.27º 0.21% 0.69% -
XYZ 31.42 38.42 29.81 -
YUV 161.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 144 175 138 0.18 0 0.21 0.31 110.27 0.19 0.61
Hex 90 AF 8A 12 0 15 1F 6E 13 3D
Octal 220 257 212 22 0 25 37 156 23 75
Binary 10010000 10101111 10001010 10010 0 10101 11111 1101110 10011 111101

Color Harmonies of #90AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AF8A

Black with #90AF8A

Text Example


Text Example

White with #90AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,175,138); }

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

background-color css

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

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

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

border-color css

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

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

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