#92C993

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

Shades of Dark Sea Green #92C993

Tints of Dark Sea Green #92C993

Color information

#92C993 (or 0x92C993) is unknown color: approx Dark Sea Green. HEX triplet: 92, C9 and 93. RGB value is (146,201,147). Sum of RGB (Red+Green+Blue) = 146+201+147=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #92C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C993 is #6D366C. Grayscale: #B2B2B2. Windows color (decimal): -7157357 or 9685394. OLE color: 9685394.

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

Color convert

RGB146201147-
CMYK0.2700.270.21
HSL121.09º33.74%68.04%-
HSV(B)121.09º27.36%78.82%-
XYZ38.0149.9935.25-
YUV178.4110.28104.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=29.55%
G=40.69%
B=29.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1462011470.2700.270.21121.0933.7468.04
Hex92C9931B01B15792244
Octal222311223330332517142104
Binary100100101100100110010011110110110111010111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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