#92EBAB

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

Shades of Chinook #92EBAB

Tints of Chinook #92EBAB

Color information

#92EBAB (or 0x92EBAB) is unknown color: approx Chinook. HEX triplet: 92, EB and AB. RGB value is (146,235,171). Sum of RGB (Red+Green+Blue) = 146+235+171=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBAB is #6D1454. Grayscale: #C9C9C9. Windows color (decimal): -7148629 or 11266962. OLE color: 11266962.

HSL color Cylindrical-coordinate representation of color #92EBAB: hue angle of 136.85º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBAB is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB146235171-
CMYK0.3800.270.08
HSL136.85º68.99%74.71%-
HSV(B)136.85º37.87%92.16%-
XYZ48.9168.4749.17-
YUV201.09111.0188.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.45%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=26.45%
G=42.57%
B=30.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351710.3800.270.08136.8568.9974.71
Hex92EBAB2601B889454b
Octal2223532534603310211105113
Binary10010010111010111010101110011001101110001000100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,171); }

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

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

 a { background-color: rgb(146,235,171); }

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

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

 span { border-color: rgb(146,235,171); }

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