#92BEAC

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

Shades of Skeptic #92BEAC

Tints of Skeptic #92BEAC

Color information

#92BEAC (or 0x92BEAC) is unknown color: approx Skeptic. HEX triplet: 92, BE and AC. RGB value is (146,190,172). Sum of RGB (Red+Green+Blue) = 146+190+172=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #92BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BEAC is #6D4153. Grayscale: #AEAEAE. Windows color (decimal): -7160148 or 11320978. OLE color: 11320978.

HSL color Cylindrical-coordinate representation of color #92BEAC: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BEAC is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB146190172-
CMYK0.2300.090.25
HSL155.45º25.29%65.88%-
HSV(B)155.45º23.16%74.51%-
XYZ37.7145.9245.9-
YUV174.79126.42107.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=28.74%
G=37.40%
B=33.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901720.2300.090.25155.4525.2965.88
Hex92BEAC1709199b1942
Octal222276254270113123331102
Binary10010010101111101010110010111010011100110011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,190,172); }

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

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

 a { background-color: rgb(146,190,172); }

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

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

 span { border-color: rgb(146,190,172); }

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