#8AC193

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

Shades of Dark Sea Green #8AC193

Tints of Dark Sea Green #8AC193

Color information

#8AC193 (or 0x8AC193) is unknown color: approx Dark Sea Green. HEX triplet: 8A, C1 and 93. RGB value is (138,193,147). Sum of RGB (Red+Green+Blue) = 138+193+147=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC193 is #753E6C. Grayscale: #ABABAB. Windows color (decimal): -7683693 or 9683338. OLE color: 9683338.

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

Color convert

RGB138193147-
CMYK0.2800.240.24
HSL129.82º30.73%64.9%-
HSV(B)129.82º28.5%75.69%-
XYZ34.8245.6534.58-
YUV171.31114.28104.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=28.87%
G=40.38%
B=30.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381931470.2800.240.24129.8230.7364.9
Hex8AC1931C01818821f41
Octal212301223340303020237101
Binary100010101100000110010011111000110001100010000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,193,147); }

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

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

 a { background-color: rgb(138,193,147); }

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

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

 span { border-color: rgb(138,193,147); }

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