#92B48D

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

Shades of Dark Sea Green #92B48D

Tints of Dark Sea Green #92B48D

Color information

#92B48D (or 0x92B48D) is unknown color: approx Dark Sea Green. HEX triplet: 92, B4 and 8D. RGB value is (146,180,141). Sum of RGB (Red+Green+Blue) = 146+180+141=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #92B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B48D is #6D4B72. Grayscale: #A5A5A5. Windows color (decimal): -7162739 or 9286802. OLE color: 9286802.

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

Color convert

RGB146180141-
CMYK0.1900.220.29
HSL112.31º20.63%62.94%-
HSV(B)112.31º21.67%70.59%-
XYZ32.9840.6831.31-
YUV165.39114.24114.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=31.26%
G=38.54%
B=30.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461801410.1900.220.29112.3120.6362.94
Hex92B48D130161D70153f
Octal22226421523026351602577
Binary1001001010110100100011011001101011011101111000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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