Html Css Color HEX #8CAF8D Dark Sea Green

📋 copy color: '#8CAF8D'

red 140 ◦ green 175 ◦ blue 141

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

Shades of Dark Sea Green #8CAF8D

Tints of Dark Sea Green #8CAF8D

RGB

 RED value IS 140 (55.08% from 255) = 30.7%

 GREEN value IS 175 (68.75% from 255) = 38.38%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 30.7%
G = 38.38%
B = 30.92%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#8CAF8D (or 0x8CAF8D) is known color: Dark Sea Green. HEX triplet: 8C, AF and 8D. RGB value is (140,175,141). Sum of RGB (Red+Green+Blue) = 140+175+141=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF8D is #735072. Grayscale: #A0A0A0. Windows color (decimal): -7557235 or 9285516. OLE color: 9285516.

HSL color Cylindrical-coordinate representation of color #8CAF8D: hue angle of 121.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAF8D is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 141 -
CMYK 0.2 0 0.19 0.31
HSL 121.71º 0.18% 0.62% -
HSV(B) 121.71º 0.2% 0.69% -
XYZ 30.95 38.16 30.93 -
YUV 160.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 140 175 141 0.2 0 0.19 0.31 121.71 0.18 0.62
Hex 8C AF 8D 14 0 13 1F 7A 12 3E
Octal 214 257 215 24 0 23 37 172 22 76
Binary 10001100 10101111 10001101 10100 0 10011 11111 1111010 10010 111110

Color Harmonies of #8CAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAF8D

Black with #8CAF8D

Text Example


Text Example

White with #8CAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,141); }

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

background-color css

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

 a { background-color: rgb(140,175,141); }

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

border-color css

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

 span { border-color: rgb(140,175,141); }

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