Html Css Color HEX #94B495 Dark Sea Green

📋 copy color: '#94B495'

red 148 ◦ green 180 ◦ blue 149

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

Shades of Dark Sea Green #94B495

Tints of Dark Sea Green #94B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

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

R = 31.03%
G = 37.74%
B = 31.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#94B495 (or 0x94B495) is known color: Dark Sea Green. HEX triplet: 94, B4 and 95. RGB value is (148,180,149). Sum of RGB (Red+Green+Blue) = 148+180+149=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #94B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B495 is #6B4B6A. Grayscale: #A6A6A6. Windows color (decimal): -7031659 or 9811092. OLE color: 9811092.

HSL color Cylindrical-coordinate representation of color #94B495: hue angle of 121.88º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94B495 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 180 149 -
CMYK 0.18 0 0.17 0.29
HSL 121.88º 0.18% 0.64% -
HSV(B) 121.88º 0.18% 0.71% -
XYZ 33.96 41.11 34.58 -
YUV 166.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 148 180 149 0.18 0 0.17 0.29 121.88 0.18 0.64
Hex 94 B4 95 12 0 11 1D 7A 12 40
Octal 224 264 225 22 0 21 35 172 22 100
Binary 10010100 10110100 10010101 10010 0 10001 11101 1111010 10010 1000000

Color Harmonies of #94B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B495

Black with #94B495

Text Example


Text Example

White with #94B495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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