Html Css Color HEX #94BF8A Dark Sea Green

📋 copy color: '#94BF8A'

red 148 ◦ green 191 ◦ blue 138

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

Shades of Dark Sea Green #94BF8A

Tints of Dark Sea Green #94BF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 31.03%
G = 40.04%
B = 28.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#94BF8A (or 0x94BF8A) is known color: Dark Sea Green. HEX triplet: 94, BF and 8A. RGB value is (148,191,138). Sum of RGB (Red+Green+Blue) = 148+191+138=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF8A is #6B4075. Grayscale: #ACACAC. Windows color (decimal): -7028854 or 9093012. OLE color: 9093012.

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

Color convert

RGB 148 191 138 -
CMYK 0.23 0 0.28 0.25
HSL 108.68º 0.29% 0.65% -
HSV(B) 108.68º 0.28% 0.75% -
XYZ 35.43 45.39 30.94 -
YUV 172.1 108.75 110.81 -
System Red Green Blue C M Y K H S L
Decimal 148 191 138 0.23 0 0.28 0.25 108.68 0.29 0.65
Hex 94 BF 8A 17 0 1C 19 6D 1D 41
Octal 224 277 212 27 0 34 31 155 35 101
Binary 10010100 10111111 10001010 10111 0 11100 11001 1101101 11101 1000001

Color Harmonies of #94BF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF8A

Black with #94BF8A

Text Example


Text Example

White with #94BF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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