#90AF8F

Color #90AF8F Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #90AF8F

Tints of Dark Sea Green #90AF8F

Color information

#90AF8F (or 0x90AF8F) is unknown color: approx Dark Sea Green. HEX triplet: 90, AF and 8F. RGB value is (144,175,143). Sum of RGB (Red+Green+Blue) = 144+175+143=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF8F is #6F5070. Grayscale: #A2A2A2. Windows color (decimal): -7295089 or 9416592. OLE color: 9416592.

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

Color convert

RGB144175143-
CMYK0.1800.180.31
HSL118.12º16.67%62.35%-
HSV(B)118.12º18.29%68.63%-
XYZ31.7938.5731.76-
YUV162.08117.23115.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=31.17%
G=37.88%
B=30.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751430.1800.180.31118.1216.6762.35
Hex90AF8F120121F76113e
Octal22025721722022371662176
Binary1001000010101111100011111001001001011111111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AF8F;
 }
 .AnyTagClassName
 {
   color: #90AF8F;
 }
</style>
background-color css

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

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

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

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

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

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