#92AFAE

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

Shades of Conch #92AFAE

Tints of Conch #92AFAE

Color information

#92AFAE (or 0x92AFAE) is unknown color: approx Conch. HEX triplet: 92, AF and AE. RGB value is (146,175,174). Sum of RGB (Red+Green+Blue) = 146+175+174=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #92AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AFAE is #6D5051. Grayscale: #A6A6A6. Windows color (decimal): -7163986 or 11448210. OLE color: 11448210.

HSL color Cylindrical-coordinate representation of color #92AFAE: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92AFAE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB146175174-
CMYK0.1700.010.31
HSL177.93º15.34%62.94%-
HSV(B)177.93º16.57%68.63%-
XYZ34.8239.8345.9-
YUV166.22132.39113.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=29.49%
G=35.35%
B=35.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751740.1700.010.31177.9315.3462.94
Hex92AFAE11011Fb2f3f
Octal2222572562101372621777
Binary100100101010111110101110100010111111101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AFAE; }

 p { color: rgb(146,175,174); }

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

<style>
 a { background-color: #92AFAE; }

 a { background-color: rgb(146,175,174); }

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

<style>
 span { border-color: #92AFAE; }

 span { border-color: rgb(146,175,174); }

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