#92C988

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

Shades of Dark Sea Green #92C988

Tints of Dark Sea Green #92C988

Color information

#92C988 (or 0x92C988) is unknown color: approx Dark Sea Green. HEX triplet: 92, C9 and 88. RGB value is (146,201,136). Sum of RGB (Red+Green+Blue) = 146+201+136=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #92C988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C988 is #6D3677. Grayscale: #B1B1B1. Windows color (decimal): -7157368 or 8964498. OLE color: 8964498.

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

Color convert

RGB146201136-
CMYK0.2700.320.21
HSL110.77º37.57%66.08%-
HSV(B)110.77º32.34%78.82%-
XYZ37.1849.6630.92-
YUV177.14104.78105.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=30.23%
G=41.61%
B=28.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011360.2700.320.21110.7737.5766.08
Hex92C9881B020156f2642
Octal222311210330402515746102
Binary1001001011001001100010001101101000001010111011111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,201,136); }

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

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

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

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

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

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

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