#90AFAC

Color #90AFAC Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #90AFAC

Tints of Conch #90AFAC

Color information

#90AFAC (or 0x90AFAC) is unknown color: approx Conch. HEX triplet: 90, AF and AC. RGB value is (144,175,172). Sum of RGB (Red+Green+Blue) = 144+175+172=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFAC is #6F5053. Grayscale: #A5A5A5. Windows color (decimal): -7295060 or 11317136. OLE color: 11317136.

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

Color convert

RGB144175172-
CMYK0.1800.020.31
HSL174.19º16.23%62.55%-
HSV(B)174.19º17.71%68.63%-
XYZ34.2839.5744.86-
YUV165.39131.73112.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=29.33%
G=35.64%
B=35.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751720.1800.020.31174.1916.2362.55
Hex90AFAC12021Fae103f
Octal2202572542202372562077
Binary10010000101011111010110010010010111111010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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