#92C08C

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

Shades of Dark Sea Green #92C08C

Tints of Dark Sea Green #92C08C

Color information

#92C08C (or 0x92C08C) is unknown color: approx Dark Sea Green. HEX triplet: 92, C0 and 8C. RGB value is (146,192,140). Sum of RGB (Red+Green+Blue) = 146+192+140=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #92C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C08C is #6D3F73. Grayscale: #ACACAC. Windows color (decimal): -7159668 or 9224338. OLE color: 9224338.

HSL color Cylindrical-coordinate representation of color #92C08C: hue angle of 113.08º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C08C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB146192140-
CMYK0.2400.270.25
HSL113.08º29.21%65.1%-
HSV(B)113.08º27.08%75.29%-
XYZ35.4445.731.76-
YUV172.32109.76109.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=30.54%
G=40.17%
B=29.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921400.2400.270.25113.0829.2165.1
Hex92C08C1801B19711d41
Octal222300214300333116135101
Binary10010010110000001000110011000011011110011110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,140); }

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

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

 a { background-color: rgb(146,192,140); }

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

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

 span { border-color: rgb(146,192,140); }

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