#92C192

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

Shades of Dark Sea Green #92C192

Tints of Dark Sea Green #92C192

Color information

#92C192 (or 0x92C192) is unknown color: approx Dark Sea Green. HEX triplet: 92, C1 and 92. RGB value is (146,193,146). Sum of RGB (Red+Green+Blue) = 146+193+146=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #92C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C192 is #6D3E6D. Grayscale: #ADADAD. Windows color (decimal): -7159406 or 9617810. OLE color: 9617810.

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

Color convert

RGB146193146-
CMYK0.2400.240.24
HSL120º27.49%66.47%-
HSV(B)120º24.35%75.69%-
XYZ36.1146.3334.23-
YUV173.59112.43108.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=30.10%
G=39.79%
B=30.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461931460.2400.240.2412027.4966.47
Hex92C1921801818781b42
Octal222301222300303017033102
Binary10010010110000011001001011000011000110001111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,193,146); }

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

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

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

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

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

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

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