#92C38C

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

Shades of Dark Sea Green #92C38C

Tints of Dark Sea Green #92C38C

Color information

#92C38C (or 0x92C38C) is unknown color: approx Dark Sea Green. HEX triplet: 92, C3 and 8C. RGB value is (146,195,140). Sum of RGB (Red+Green+Blue) = 146+195+140=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #92C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C38C is #6D3C73. Grayscale: #AEAEAE. Windows color (decimal): -7158900 or 9225106. OLE color: 9225106.

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

Color convert

RGB146195140-
CMYK0.2500.280.24
HSL113.45º31.43%65.69%-
HSV(B)113.45º28.21%76.47%-
XYZ36.147.0331.99-
YUV174.08108.77107.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=30.35%
G=40.54%
B=29.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461951400.2500.280.24113.4531.4365.69
Hex92C38C1901C18711f42
Octal222303214310343016137102
Binary10010010110000111000110011001011100110001110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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