Html Css Color HEX #94D097 Dark Sea Green

📋 copy color: '#94D097'

red 148 ◦ green 208 ◦ blue 151

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

Shades of Dark Sea Green #94D097

Tints of Dark Sea Green #94D097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 29.19%
G = 41.03%
B = 29.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#94D097 (or 0x94D097) is known color: Dark Sea Green. HEX triplet: 94, D0 and 97. RGB value is (148,208,151). Sum of RGB (Red+Green+Blue) = 148+208+151=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #94D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D097 is #6B2F68. Grayscale: #B7B7B7. Windows color (decimal): -7024489 or 9949332. OLE color: 9949332.

HSL color Cylindrical-coordinate representation of color #94D097: hue angle of 123º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D097 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 151 -
CMYK 0.29 0 0.27 0.18
HSL 123º 0.39% 0.7% -
HSV(B) 123º 0.29% 0.82% -
XYZ 40.35 53.64 37.51 -
YUV 183.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 148 208 151 0.29 0 0.27 0.18 123 0.39 0.7
Hex 94 D0 97 1D 0 1B 12 7B 27 46
Octal 224 320 227 35 0 33 22 173 47 106
Binary 10010100 11010000 10010111 11101 0 11011 10010 1111011 100111 1000110

Color Harmonies of #94D097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D097

Black with #94D097

Text Example


Text Example

White with #94D097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,151); }

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

background-color css

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

 a { background-color: rgb(148,208,151); }

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

border-color css

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

 span { border-color: rgb(148,208,151); }

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