#8BC494

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

Shades of Dark Sea Green #8BC494

Tints of Dark Sea Green #8BC494

Color information

#8BC494 (or 0x8BC494) is unknown color: approx Dark Sea Green. HEX triplet: 8B, C4 and 94. RGB value is (139,196,148). Sum of RGB (Red+Green+Blue) = 139+196+148=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC494 is #743B6B. Grayscale: #ADADAD. Windows color (decimal): -7617388 or 9749643. OLE color: 9749643.

HSL color Cylindrical-coordinate representation of color #8BC494: hue angle of 129.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC494 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB139196148-
CMYK0.2900.240.23
HSL129.47º32.57%65.69%-
HSV(B)129.47º29.08%76.86%-
XYZ35.7347.1135.23-
YUV173.48113.62103.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.78%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=28.78%
G=40.58%
B=30.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391961480.2900.240.23129.4732.5765.69
Hex8BC4941D01817812142
Octal213304224350302720141102
Binary1000101111000100100101001110101100010111100000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BC494; }

 p { color: rgb(139,196,148); }

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

<style>
 a { background-color: #8BC494; }

 a { background-color: rgb(139,196,148); }

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

<style>
 span { border-color: #8BC494; }

 span { border-color: rgb(139,196,148); }

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