Html Css Color HEX #94B88C Dark Sea Green

📋 copy color: '#94B88C'

red 148 ◦ green 184 ◦ blue 140

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

Shades of Dark Sea Green #94B88C

Tints of Dark Sea Green #94B88C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

 BLUE value IS 140 (55.08% from 255) = 29.66%

R = 31.36%
G = 38.98%
B = 29.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#94B88C (or 0x94B88C) is known color: Dark Sea Green. HEX triplet: 94, B8 and 8C. RGB value is (148,184,140). Sum of RGB (Red+Green+Blue) = 148+184+140=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #94B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B88C is #6B4773. Grayscale: #A8A8A8. Windows color (decimal): -7030644 or 9222292. OLE color: 9222292.

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

Color convert

RGB 148 184 140 -
CMYK 0.20 0 0.24 0.28
HSL 109.09º 0.24% 0.64% -
HSV(B) 109.09º 0.24% 0.72% -
XYZ 34.09 42.47 31.21 -
YUV 168.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 148 184 140 0.20 0 0.24 0.28 109.09 0.24 0.64
Hex 94 B8 8C 14 0 18 1C 6D 18 40
Octal 224 270 214 24 0 30 34 155 30 100
Binary 10010100 10111000 10001100 10100 0 11000 11100 1101101 11000 1000000

Color Harmonies of #94B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B88C

Black with #94B88C

Text Example


Text Example

White with #94B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,184,140); }

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

background-color css

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

 a { background-color: rgb(148,184,140); }

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

border-color css

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

 span { border-color: rgb(148,184,140); }

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