Html Css Color HEX #94BF8C Dark Sea Green

📋 copy color: '#94BF8C'

red 148 ◦ green 191 ◦ blue 140

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

Shades of Dark Sea Green #94BF8C

Tints of Dark Sea Green #94BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 39.87%

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

R = 30.9%
G = 39.87%
B = 29.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#94BF8C (or 0x94BF8C) is known color: Dark Sea Green. HEX triplet: 94, BF and 8C. RGB value is (148,191,140). Sum of RGB (Red+Green+Blue) = 148+191+140=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF8C is #6B4073. Grayscale: #ACACAC. Windows color (decimal): -7028852 or 9224084. OLE color: 9224084.

HSL color Cylindrical-coordinate representation of color #94BF8C: hue angle of 110.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94BF8C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 140 -
CMYK 0.23 0 0.27 0.25
HSL 110.59º 0.28% 0.65% -
HSV(B) 110.59º 0.27% 0.75% -
XYZ 35.58 45.45 31.71 -
YUV 172.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 148 191 140 0.23 0 0.27 0.25 110.59 0.28 0.65
Hex 94 BF 8C 17 0 1B 19 6F 1C 41
Octal 224 277 214 27 0 33 31 157 34 101
Binary 10010100 10111111 10001100 10111 0 11011 11001 1101111 11100 1000001

Color Harmonies of #94BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF8C

Black with #94BF8C

Text Example


Text Example

White with #94BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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