#8DB892

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

Shades of Dark Sea Green #8DB892

Tints of Dark Sea Green #8DB892

Color information

#8DB892 (or 0x8DB892) is unknown color: approx Dark Sea Green. HEX triplet: 8D, B8 and 92. RGB value is (141,184,146). Sum of RGB (Red+Green+Blue) = 141+184+146=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB892 is #72476D. Grayscale: #A6A6A6. Windows color (decimal): -7489390 or 9615501. OLE color: 9615501.

HSL color Cylindrical-coordinate representation of color #8DB892: hue angle of 126.98º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB892 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB141184146-
CMYK0.2300.210.28
HSL126.98º23.24%63.73%-
HSV(B)126.98º23.37%72.16%-
XYZ33.3142.0233.55-
YUV166.81116.25109.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=29.94%
G=39.07%
B=31.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411841460.2300.210.28126.9823.2463.73
Hex8DB892170151C7f1740
Octal215270222270253417727100
Binary10001101101110001001001010111010101111001111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,146); }

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

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

 a { background-color: rgb(141,184,146); }

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

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

 span { border-color: rgb(141,184,146); }

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