Html Css Color HEX #94BE8B Dark Sea Green

📋 copy color: '#94BE8B'

red 148 ◦ green 190 ◦ blue 139

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

Shades of Dark Sea Green #94BE8B

Tints of Dark Sea Green #94BE8B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 31.03%
G = 39.83%
B = 29.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#94BE8B (or 0x94BE8B) is known color: Dark Sea Green. HEX triplet: 94, BE and 8B. RGB value is (148,190,139). Sum of RGB (Red+Green+Blue) = 148+190+139=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BE8B is #6B4174. Grayscale: #ABABAB. Windows color (decimal): -7029109 or 9158292. OLE color: 9158292.

HSL color Cylindrical-coordinate representation of color #94BE8B: hue angle of 109.41º 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 #94BE8B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 190 139 -
CMYK 0.22 0 0.27 0.25
HSL 109.41º 0.28% 0.65% -
HSV(B) 109.41º 0.27% 0.75% -
XYZ 35.29 44.99 31.25 -
YUV 171.63 109.59 111.15 -
System Red Green Blue C M Y K H S L
Decimal 148 190 139 0.22 0 0.27 0.25 109.41 0.28 0.65
Hex 94 BE 8B 16 0 1B 19 6D 1C 41
Octal 224 276 213 26 0 33 31 155 34 101
Binary 10010100 10111110 10001011 10110 0 11011 11001 1101101 11100 1000001

Color Harmonies of #94BE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BE8B

Black with #94BE8B

Text Example


Text Example

White with #94BE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,190,139); }

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

background-color css

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

 a { background-color: rgb(148,190,139); }

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

border-color css

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

 span { border-color: rgb(148,190,139); }

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