Html Css Color HEX #94B095 Dark Sea Green

📋 copy color: '#94B095'

red 148 ◦ green 176 ◦ blue 149

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

Shades of Dark Sea Green #94B095

Tints of Dark Sea Green #94B095

RGB

 RED value IS 148 (58.2% from 255) = 31.29%

 GREEN value IS 176 (69.14% from 255) = 37.21%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 31.29%
G = 37.21%
B = 31.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#94B095 (or 0x94B095) is known color: Dark Sea Green. HEX triplet: 94, B0 and 95. RGB value is (148,176,149). Sum of RGB (Red+Green+Blue) = 148+176+149=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #94B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B095 is #6B4F6A. Grayscale: #A4A4A4. Windows color (decimal): -7032683 or 9810068. OLE color: 9810068.

HSL color Cylindrical-coordinate representation of color #94B095: hue angle of 122.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B095 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 176 149 -
CMYK 0.16 0 0.15 0.31
HSL 122.14º 0.15% 0.64% -
HSV(B) 122.14º 0.16% 0.69% -
XYZ 33.16 39.52 34.31 -
YUV 164.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 148 176 149 0.16 0 0.15 0.31 122.14 0.15 0.64
Hex 94 B0 95 10 0 F 1F 7A F 40
Octal 224 260 225 20 0 17 37 172 17 100
Binary 10010100 10110000 10010101 10000 0 1111 11111 1111010 1111 1000000

Color Harmonies of #94B095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B095

Black with #94B095

Text Example


Text Example

White with #94B095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B095; }

 p { color: rgb(148,176,149); }

 H1.HeaderClassName
 {
   color: #94B095;
 }
 .AnyTagClassName
 {
   color: #94B095;
 }
</style>

background-color css

<style>
 a { background-color: #94B095; }

 a { background-color: rgb(148,176,149); }

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

border-color css

<style>
 span { border-color: #94B095; }

 span { border-color: rgb(148,176,149); }

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