Html Css Color HEX #8AC594 Dark Sea Green

📋 copy color: '#8AC594'

red 138 ◦ green 197 ◦ blue 148

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

Shades of Dark Sea Green #8AC594

Tints of Dark Sea Green #8AC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.79%

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 28.57%
G = 40.79%
B = 30.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#8AC594 (or 0x8AC594) is known color: Dark Sea Green. HEX triplet: 8A, C5 and 94. RGB value is (138,197,148). Sum of RGB (Red+Green+Blue) = 138+197+148=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC594 is #753A6B. Grayscale: #ADADAD. Windows color (decimal): -7682668 or 9749898. OLE color: 9749898.

HSL color Cylindrical-coordinate representation of color #8AC594: hue angle of 130.17º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AC594 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 148 -
CMYK 0.30 0 0.25 0.23
HSL 130.17º 0.34% 0.66% -
HSV(B) 130.17º 0.3% 0.77% -
XYZ 35.79 47.47 35.29 -
YUV 173.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 138 197 148 0.30 0 0.25 0.23 130.17 0.34 0.66
Hex 8A C5 94 1E 0 19 17 82 22 42
Octal 212 305 224 36 0 31 27 202 42 102
Binary 10001010 11000101 10010100 11110 0 11001 10111 10000010 100010 1000010

Color Harmonies of #8AC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC594

Black with #8AC594

Text Example


Text Example

White with #8AC594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,148); }

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

background-color css

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

 a { background-color: rgb(138,197,148); }

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

border-color css

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

 span { border-color: rgb(138,197,148); }

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