Html Css Color HEX #8AC392 Dark Sea Green

📋 copy color: '#8AC392'

red 138 ◦ green 195 ◦ blue 146

#8AC392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #8AC392

Tints of Dark Sea Green #8AC392

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 195 (76.56% from 255) = 40.71%

 BLUE value IS 146 (57.42% from 255) = 30.48%

R = 28.81%
G = 40.71%
B = 30.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#8AC392 (or 0x8AC392) is known color: Dark Sea Green. HEX triplet: 8A, C3 and 92. RGB value is (138,195,146). Sum of RGB (Red+Green+Blue) = 138+195+146=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC392 is #753C6D. Grayscale: #ACACAC. Windows color (decimal): -7683182 or 9618314. OLE color: 9618314.

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

Color convert

RGB 138 195 146 -
CMYK 0.29 0 0.25 0.24
HSL 128.42º 0.32% 0.65% -
HSV(B) 128.42º 0.29% 0.76% -
XYZ 35.18 46.51 34.32 -
YUV 172.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 138 195 146 0.29 0 0.25 0.24 128.42 0.32 0.65
Hex 8A C3 92 1D 0 19 18 80 20 41
Octal 212 303 222 35 0 31 30 200 40 101
Binary 10001010 11000011 10010010 11101 0 11001 11000 10000000 100000 1000001

Color Harmonies of #8AC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC392

Black with #8AC392

Text Example


Text Example

White with #8AC392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,195,146); }

 H1.HeaderClassName
 {
   color: #8AC392;
 }
 .AnyTagClassName
 {
   color: #8AC392;
 }
</style>

background-color css

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

 a { background-color: rgb(138,195,146); }

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

border-color css

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

 span { border-color: rgb(138,195,146); }

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