#92BE8B

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

Shades of Dark Sea Green #92BE8B

Tints of Dark Sea Green #92BE8B

Color information

#92BE8B (or 0x92BE8B) is unknown color: approx Dark Sea Green. HEX triplet: 92, BE and 8B. RGB value is (146,190,139). Sum of RGB (Red+Green+Blue) = 146+190+139=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #92BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BE8B is #6D4174. Grayscale: #ABABAB. Windows color (decimal): -7160181 or 9158290. OLE color: 9158290.

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

Color convert

RGB146190139-
CMYK0.2300.270.25
HSL111.76º28.18%64.51%-
HSV(B)111.76º26.84%74.51%-
XYZ34.9344.831.23-
YUV171.03109.92110.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=30.74%
G=40%
B=29.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461901390.2300.270.25111.7628.1864.51
Hex92BE8B1701B19701c41
Octal222276213270333116034101
Binary10010010101111101000101110111011011110011110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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