#92C08F

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

Shades of Dark Sea Green #92C08F

Tints of Dark Sea Green #92C08F

Color information

#92C08F (or 0x92C08F) is unknown color: approx Dark Sea Green. HEX triplet: 92, C0 and 8F. RGB value is (146,192,143). Sum of RGB (Red+Green+Blue) = 146+192+143=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #92C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C08F is #6D3F70. Grayscale: #ACACAC. Windows color (decimal): -7159665 or 9420946. OLE color: 9420946.

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

Color convert

RGB146192143-
CMYK0.2400.260.25
HSL116.33º28%65.69%-
HSV(B)116.33º25.52%75.29%-
XYZ35.6645.7932.95-
YUV172.66111.26108.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=30.35%
G=39.92%
B=29.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921430.2400.260.25116.332865.69
Hex92C08F1801A19741c42
Octal222300217300323116434102
Binary10010010110000001000111111000011010110011110100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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