#92B493

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

Shades of Dark Sea Green #92B493

Tints of Dark Sea Green #92B493

Color information

#92B493 (or 0x92B493) is unknown color: approx Dark Sea Green. HEX triplet: 92, B4 and 93. RGB value is (146,180,147). Sum of RGB (Red+Green+Blue) = 146+180+147=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #92B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B493 is #6D4B6C. Grayscale: #A6A6A6. Windows color (decimal): -7162733 or 9680018. OLE color: 9680018.

HSL color Cylindrical-coordinate representation of color #92B493: hue angle of 121.76º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B493 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB146180147-
CMYK0.1900.180.29
HSL121.76º18.48%63.92%-
HSV(B)121.76º18.89%70.59%-
XYZ33.4440.8633.73-
YUV166.07117.24113.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=30.87%
G=38.05%
B=31.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801470.1900.180.29121.7618.4863.92
Hex92B493130121D7a1240
Octal222264223230223517222100
Binary10010010101101001001001110011010010111011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,180,147); }

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

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

 a { background-color: rgb(146,180,147); }

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

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

 span { border-color: rgb(146,180,147); }

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