#94BA97

Color #94BA97 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #94BA97

Tints of Dark Sea Green #94BA97

Color information

#94BA97 (or 0x94BA97) is unknown color: approx Dark Sea Green. HEX triplet: 94, BA and 97. RGB value is (148,186,151). Sum of RGB (Red+Green+Blue) = 148+186+151=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #94BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BA97 is #6B4568. Grayscale: #AAAAAA. Windows color (decimal): -7030121 or 9943700. OLE color: 9943700.

HSL color Cylindrical-coordinate representation of color #94BA97: hue angle of 124.74º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94BA97 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB148186151-
CMYK0.2000.190.27
HSL124.74º21.59%65.49%-
HSV(B)124.74º20.43%72.94%-
XYZ35.3643.6535.84-
YUV170.65116.91111.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=30.52%
G=38.35%
B=31.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481861510.2000.190.27124.7421.5965.49
Hex94BA97140131B7d1641
Octal224272227240233317526101
Binary10010100101110101001011110100010011110111111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94BA97;
 }
 .AnyTagClassName
 {
   color: #94BA97;
 }
</style>
background-color css

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

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

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

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

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

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