#92C08B

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

Shades of Dark Sea Green #92C08B

Tints of Dark Sea Green #92C08B

Color information

#92C08B (or 0x92C08B) is unknown color: approx Dark Sea Green. HEX triplet: 92, C0 and 8B. RGB value is (146,192,139). Sum of RGB (Red+Green+Blue) = 146+192+139=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #92C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C08B is #6D3F74. Grayscale: #ACACAC. Windows color (decimal): -7159669 or 9158802. OLE color: 9158802.

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

Color convert

RGB146192139-
CMYK0.2400.280.25
HSL112.08º29.61%64.9%-
HSV(B)112.08º27.6%75.29%-
XYZ35.3645.6731.38-
YUV172.2109.26109.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=30.61%
G=40.25%
B=29.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921390.2400.280.25112.0829.6164.9
Hex92C08B1801C19701e41
Octal222300213300343116036101
Binary10010010110000001000101111000011100110011110000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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